Shades of Curious Blue #4296CA
Tints of Curious Blue #4296CA
RGB
CMYK
RGB Variations
Color information
#4296CA (or 0x4296CA) is known color: Curious Blue. HEX triplet: 42, 96 and CA. RGB value is (66,150,202). Sum of RGB (Red+Green+Blue) = 66+150+202=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #4296CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296CA is #BD6935. Grayscale: #828282. Windows color (decimal): -12413238 or 13276738. OLE color: 13276738.
HSL color Cylindrical-coordinate representation of color #4296CA: hue angle of 202.94º 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 #4296CA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 150 | 202 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.21 |
| HSL | 202.94º | 0.56% | 0.53% | - |
| HSV(B) | 202.94º | 0.67% | 0.79% | - |
| XYZ | 23.81 | 27.24 | 59.88 | - |
| YUV | 130.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 202 | 0.67 | 0.26 | 0 | 0.21 | 202.94 | 0.56 | 0.53 |
| Hex | 42 | 96 | CA | 43 | 1A | 0 | 15 | CB | 38 | 35 |
| Octal | 102 | 226 | 312 | 103 | 32 | 0 | 25 | 313 | 70 | 65 |
| Binary | 1000010 | 10010110 | 11001010 | 1000011 | 11010 | 0 | 10101 | 11001011 | 111000 | 110101 |
Color Harmonies of #4296CA
Complementary color
Monochromatic Colors of #4296CA
Black with #4296CA
Text Example
Text Example
White with #4296CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4296CA; }
p { color: rgb(66,150,202); }
H1.HeaderClassName
{
color: #4296CA;
}
.AnyTagClassName
{
color: #4296CA;
}
</style>
background-color css
<style>
a { background-color: #4296CA; }
a { background-color: rgb(66,150,202); }
div.DivClassName
{
background-color: #4296CA;
}
.BgClassName
{
background-color: #4296CA;
}
</style>
border-color css
<style>
span { border-color: #4296CA; }
span { border-color: rgb(66,150,202); }
td.TdClassName
{
border-color: #4296CA;
}
.TagClassName
{
border-color: #4296CA;
}
</style>