Shades of Curious Blue #4286C9
Tints of Curious Blue #4286C9
RGB
CMYK
RGB Variations
Color information
#4286C9 (or 0x4286C9) is known color: Curious Blue. HEX triplet: 42, 86 and C9. RGB value is (66,134,201). Sum of RGB (Red+Green+Blue) = 66+134+201=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #4286C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286C9 is #BD7936. Grayscale: #787878. Windows color (decimal): -12417335 or 13207106. OLE color: 13207106.
HSL color Cylindrical-coordinate representation of color #4286C9: hue angle of 209.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4286C9 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 134 | 201 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.21 |
| HSL | 209.78º | 0.56% | 0.52% | - |
| HSV(B) | 209.78º | 0.67% | 0.79% | - |
| XYZ | 21.31 | 22.43 | 58.46 | - |
| YUV | 121.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 201 | 0.67 | 0.33 | 0 | 0.21 | 209.78 | 0.56 | 0.52 |
| Hex | 42 | 86 | C9 | 43 | 21 | 0 | 15 | D2 | 38 | 34 |
| Octal | 102 | 206 | 311 | 103 | 41 | 0 | 25 | 322 | 70 | 64 |
| Binary | 1000010 | 10000110 | 11001001 | 1000011 | 100001 | 0 | 10101 | 11010010 | 111000 | 110100 |
Color Harmonies of #4286C9
Complementary color
Monochromatic Colors of #4286C9
Black with #4286C9
Text Example
Text Example
White with #4286C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286C9; }
p { color: rgb(66,134,201); }
H1.HeaderClassName
{
color: #4286C9;
}
.AnyTagClassName
{
color: #4286C9;
}
</style>
background-color css
<style>
a { background-color: #4286C9; }
a { background-color: rgb(66,134,201); }
div.DivClassName
{
background-color: #4286C9;
}
.BgClassName
{
background-color: #4286C9;
}
</style>
border-color css
<style>
span { border-color: #4286C9; }
span { border-color: rgb(66,134,201); }
td.TdClassName
{
border-color: #4286C9;
}
.TagClassName
{
border-color: #4286C9;
}
</style>