Shades of Curious Blue #4288CA
Tints of Curious Blue #4288CA
RGB
CMYK
RGB Variations
Color information
#4288CA (or 0x4288CA) is known color: Curious Blue. HEX triplet: 42, 88 and CA. RGB value is (66,136,202). Sum of RGB (Red+Green+Blue) = 66+136+202=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #4288CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288CA is #BD7735. Grayscale: #7A7A7A. Windows color (decimal): -12416822 or 13273154. OLE color: 13273154.
HSL color Cylindrical-coordinate representation of color #4288CA: hue angle of 209.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4288CA is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 136 | 202 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.21 |
| HSL | 209.12º | 0.56% | 0.53% | - |
| HSV(B) | 209.12º | 0.67% | 0.79% | - |
| XYZ | 21.71 | 23.03 | 59.18 | - |
| YUV | 122.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 202 | 0.67 | 0.33 | 0 | 0.21 | 209.12 | 0.56 | 0.53 |
| Hex | 42 | 88 | CA | 43 | 21 | 0 | 15 | D1 | 38 | 35 |
| Octal | 102 | 210 | 312 | 103 | 41 | 0 | 25 | 321 | 70 | 65 |
| Binary | 1000010 | 10001000 | 11001010 | 1000011 | 100001 | 0 | 10101 | 11010001 | 111000 | 110101 |
Color Harmonies of #4288CA
Complementary color
Monochromatic Colors of #4288CA
Black with #4288CA
Text Example
Text Example
White with #4288CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288CA; }
p { color: rgb(66,136,202); }
H1.HeaderClassName
{
color: #4288CA;
}
.AnyTagClassName
{
color: #4288CA;
}
</style>
background-color css
<style>
a { background-color: #4288CA; }
a { background-color: rgb(66,136,202); }
div.DivClassName
{
background-color: #4288CA;
}
.BgClassName
{
background-color: #4288CA;
}
</style>
border-color css
<style>
span { border-color: #4288CA; }
span { border-color: rgb(66,136,202); }
td.TdClassName
{
border-color: #4288CA;
}
.TagClassName
{
border-color: #4288CA;
}
</style>