#4089C8

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

Shades of Curious Blue #4089C8

Tints of Curious Blue #4089C8

Color information

#4089C8 (or 0x4089C8) is unknown color: approx Curious Blue. HEX triplet: 40, 89 and C8. RGB value is (64,137,200). Sum of RGB (Red+Green+Blue) = 64+137+200=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #4089C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089C8 is #BF7637. Grayscale: #7A7A7A. Windows color (decimal): -12547640 or 13142336. OLE color: 13142336.

HSL color Cylindrical-coordinate representation of color #4089C8: hue angle of 207.79º 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 #4089C8 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB64137200-
CMYK0.680.3200.22
HSL207.79º55.28%51.76%-
HSV(B)207.79º68%78.43%-
XYZ21.4923.1557.98-
YUV122.35171.8286.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=15.96%
G=34.16%
B=49.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641372000.680.3200.22207.7955.2851.76
Hex4089C84420016d03734
Octal100211310104400263206764
Binary10000001000100111001000100010010000001011011010000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4089C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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