#4082d0

Color #4082D0 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4082D0

Tints of Curious Blue #4082D0

Color information

#4082D0 (or 0x4082D0) is unknown color: approx Curious Blue. HEX triplet: 40, 82 and D0. RGB value is (64,130,208). Sum of RGB (Red+Green+Blue) = 64+130+208=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #4082D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082D0 is #BF7D2F. Grayscale: #767676. Windows color (decimal): -12549424 or 13664832. OLE color: 13664832.

HSL color Cylindrical-coordinate representation of color #4082D0: hue angle of 212.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4082D0 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64130208-
CMYK0.690.3800.18
HSL212.5º60.5%53.33%-
HSV(B)212.5º69.23%81.57%-
XYZ21.4821.6162.71-
YUV119.16178.1388.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 15.92%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 208 (81.64% from 255) = 51.74%
R=15.92%
G=32.34%
B=51.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641302080.690.3800.18212.560.553.33
Hex4082D04526012d43d35
Octal100202320105460223247565
Binary10000001000001011010000100010110011001001011010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4082d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4082d0; }

 p { color: rgb(64,130,208); }

 H1.HeaderClassName
 {
   color: #4082d0;
 }
 .AnyTagClassName
 {
   color: #4082d0;
 }
</style>
background-color css

<style>
 a { background-color: #4082d0; }

 a { background-color: rgb(64,130,208); }

 div.DivClassName
 {
   background-color: #4082d0;
 }
 .BgClassName
 {
   background-color: #4082d0;
 }
</style>
border-color css

<style>
 span { border-color: #4082d0; }

 span { border-color: rgb(64,130,208); }

 td.TdClassName
 {
   border-color: #4082d0;
 }
 .TagClassName
 {
   border-color: #4082d0;
 }
</style>