#4081CD

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

Shades of Curious Blue #4081CD

Tints of Curious Blue #4081CD

Color information

#4081CD (or 0x4081CD) is unknown color: approx Curious Blue. HEX triplet: 40, 81 and CD. RGB value is (64,129,205). Sum of RGB (Red+Green+Blue) = 64+129+205=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #4081CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4081CD is #BF7E32. Grayscale: #757575. Windows color (decimal): -12549683 or 13467968. OLE color: 13467968.

HSL color Cylindrical-coordinate representation of color #4081CD: hue angle of 212.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4081CD is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64129205-
CMYK0.690.3700.20
HSL212.34º58.51%52.75%-
HSV(B)212.34º68.78%80.39%-
XYZ20.9821.260.74-
YUV118.23176.9789.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.08%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=16.08%
G=32.41%
B=51.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641292050.690.3700.20212.3458.5152.75
Hex4081CD4525014d43b35
Octal100201315105450243247365
Binary10000001000000111001101100010110010101010011010100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4081CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4081CD; }

 p { color: rgb(64,129,205); }

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

<style>
 a { background-color: #4081CD; }

 a { background-color: rgb(64,129,205); }

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

<style>
 span { border-color: #4081CD; }

 span { border-color: rgb(64,129,205); }

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