#4088CD

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

Shades of Curious Blue #4088CD

Tints of Curious Blue #4088CD

Color information

#4088CD (or 0x4088CD) is unknown color: approx Curious Blue. HEX triplet: 40, 88 and CD. RGB value is (64,136,205). Sum of RGB (Red+Green+Blue) = 64+136+205=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #4088CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088CD is #BF7732. Grayscale: #797979. Windows color (decimal): -12547891 or 13469760. OLE color: 13469760.

HSL color Cylindrical-coordinate representation of color #4088CD: hue angle of 209.36º 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 #4088CD is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64136205-
CMYK0.690.3400.20
HSL209.36º58.51%52.75%-
HSV(B)209.36º68.78%80.39%-
XYZ21.9423.1161.06-
YUV122.34174.6586.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.80%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=15.80%
G=33.58%
B=50.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641362050.690.3400.20209.3658.5152.75
Hex4088CD4522014d13b35
Octal100210315105420243217365
Binary10000001000100011001101100010110001001010011010001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4088CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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