Shades of Curious Blue #4288CE
Tints of Curious Blue #4288CE
RGB
CMYK
RGB Variations
Color information
#4288CE (or 0x4288CE) is known color: Curious Blue. HEX triplet: 42, 88 and CE. RGB value is (66,136,206). Sum of RGB (Red+Green+Blue) = 66+136+206=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #4288CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288CE is #BD7731. Grayscale: #7A7A7A. Windows color (decimal): -12416818 or 13535298. OLE color: 13535298.
HSL color Cylindrical-coordinate representation of color #4288CE: hue angle of 210º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4288CE is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 136 | 206 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.19 |
| HSL | 210º | 0.59% | 0.53% | - |
| HSV(B) | 210º | 0.68% | 0.81% | - |
| XYZ | 22.19 | 23.22 | 61.71 | - |
| YUV | 123.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 206 | 0.68 | 0.34 | 0 | 0.19 | 210 | 0.59 | 0.53 |
| Hex | 42 | 88 | CE | 44 | 22 | 0 | 13 | D2 | 3B | 35 |
| Octal | 102 | 210 | 316 | 104 | 42 | 0 | 23 | 322 | 73 | 65 |
| Binary | 1000010 | 10001000 | 11001110 | 1000100 | 100010 | 0 | 10011 | 11010010 | 111011 | 110101 |
Color Harmonies of #4288CE
Complementary color
Monochromatic Colors of #4288CE
Black with #4288CE
Text Example
Text Example
White with #4288CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288CE; }
p { color: rgb(66,136,206); }
H1.HeaderClassName
{
color: #4288CE;
}
.AnyTagClassName
{
color: #4288CE;
}
</style>
background-color css
<style>
a { background-color: #4288CE; }
a { background-color: rgb(66,136,206); }
div.DivClassName
{
background-color: #4288CE;
}
.BgClassName
{
background-color: #4288CE;
}
</style>
border-color css
<style>
span { border-color: #4288CE; }
span { border-color: rgb(66,136,206); }
td.TdClassName
{
border-color: #4288CE;
}
.TagClassName
{
border-color: #4288CE;
}
</style>