Shades of Curious Blue #4293CE
Tints of Curious Blue #4293CE
RGB
CMYK
RGB Variations
Color information
#4293CE (or 0x4293CE) is known color: Curious Blue. HEX triplet: 42, 93 and CE. RGB value is (66,147,206). Sum of RGB (Red+Green+Blue) = 66+147+206=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #4293CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4293CE is #BD6C31. Grayscale: #818181. Windows color (decimal): -12414002 or 13538114. OLE color: 13538114.
HSL color Cylindrical-coordinate representation of color #4293CE: hue angle of 205.29º 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 #4293CE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 147 | 206 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.19 |
| HSL | 205.29º | 0.59% | 0.53% | - |
| HSV(B) | 205.29º | 0.68% | 0.81% | - |
| XYZ | 23.82 | 26.48 | 62.25 | - |
| YUV | 129.51 | 171.16 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 206 | 0.68 | 0.29 | 0 | 0.19 | 205.29 | 0.59 | 0.53 |
| Hex | 42 | 93 | CE | 44 | 1D | 0 | 13 | CD | 3B | 35 |
| Octal | 102 | 223 | 316 | 104 | 35 | 0 | 23 | 315 | 73 | 65 |
| Binary | 1000010 | 10010011 | 11001110 | 1000100 | 11101 | 0 | 10011 | 11001101 | 111011 | 110101 |
Color Harmonies of #4293CE
Complementary color
Monochromatic Colors of #4293CE
Black with #4293CE
Text Example
Text Example
White with #4293CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4293CE; }
p { color: rgb(66,147,206); }
H1.HeaderClassName
{
color: #4293CE;
}
.AnyTagClassName
{
color: #4293CE;
}
</style>
background-color css
<style>
a { background-color: #4293CE; }
a { background-color: rgb(66,147,206); }
div.DivClassName
{
background-color: #4293CE;
}
.BgClassName
{
background-color: #4293CE;
}
</style>
border-color css
<style>
span { border-color: #4293CE; }
span { border-color: rgb(66,147,206); }
td.TdClassName
{
border-color: #4293CE;
}
.TagClassName
{
border-color: #4293CE;
}
</style>