#4080C8

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

Shades of Curious Blue #4080C8

Tints of Curious Blue #4080C8

Color information

#4080C8 (or 0x4080C8) is unknown color: approx Curious Blue. HEX triplet: 40, 80 and C8. RGB value is (64,128,200). Sum of RGB (Red+Green+Blue) = 64+128+200=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #4080C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4080C8 is #BF7F37. Grayscale: #747474. Windows color (decimal): -12549944 or 13140032. OLE color: 13140032.

HSL color Cylindrical-coordinate representation of color #4080C8: hue angle of 211.76º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4080C8 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB64128200-
CMYK0.680.3600.22
HSL211.76º55.28%51.76%-
HSV(B)211.76º68%78.43%-
XYZ20.2620.757.57-
YUV117.07174.890.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 200 (78.52% from 255) = 51.02%
R=16.33%
G=32.65%
B=51.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641282000.680.3600.22211.7655.2851.76
Hex4080C84424016d43734
Octal100200310104440263246764
Binary10000001000000011001000100010010010001011011010100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4080C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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