#4080CF

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

Shades of Curious Blue #4080CF

Tints of Curious Blue #4080CF

Color information

#4080CF (or 0x4080CF) is unknown color: approx Curious Blue. HEX triplet: 40, 80 and CF. RGB value is (64,128,207). Sum of RGB (Red+Green+Blue) = 64+128+207=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #4080CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4080CF is #BF7F30. Grayscale: #757575. Windows color (decimal): -12549937 or 13598784. OLE color: 13598784.

HSL color Cylindrical-coordinate representation of color #4080CF: hue angle of 213.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4080CF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB64128207-
CMYK0.690.3800.19
HSL213.15º59.83%53.14%-
HSV(B)213.15º69.08%81.18%-
XYZ21.121.0361.98-
YUV117.87178.389.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.04%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=16.04%
G=32.08%
B=51.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641282070.690.3800.19213.1559.8353.14
Hex4080CF4526013d53c35
Octal100200317105460233257465
Binary10000001000000011001111100010110011001001111010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4080CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4080CF; }

 p { color: rgb(64,128,207); }

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

<style>
 a { background-color: #4080CF; }

 a { background-color: rgb(64,128,207); }

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

<style>
 span { border-color: #4080CF; }

 span { border-color: rgb(64,128,207); }

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