Shades of Curious Blue #4284CE
Tints of Curious Blue #4284CE
RGB
CMYK
RGB Variations
Color information
#4284CE (or 0x4284CE) is known color: Curious Blue. HEX triplet: 42, 84 and CE. RGB value is (66,132,206). Sum of RGB (Red+Green+Blue) = 66+132+206=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #4284CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4284CE is #BD7B31. Grayscale: #787878. Windows color (decimal): -12417842 or 13534274. OLE color: 13534274.
HSL color Cylindrical-coordinate representation of color #4284CE: hue angle of 211.71º 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 #4284CE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 132 | 206 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.19 |
| HSL | 211.71º | 0.59% | 0.53% | - |
| HSV(B) | 211.71º | 0.68% | 0.81% | - |
| XYZ | 21.64 | 22.12 | 61.52 | - |
| YUV | 120.7 | 176.13 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 206 | 0.68 | 0.36 | 0 | 0.19 | 211.71 | 0.59 | 0.53 |
| Hex | 42 | 84 | CE | 44 | 24 | 0 | 13 | D4 | 3B | 35 |
| Octal | 102 | 204 | 316 | 104 | 44 | 0 | 23 | 324 | 73 | 65 |
| Binary | 1000010 | 10000100 | 11001110 | 1000100 | 100100 | 0 | 10011 | 11010100 | 111011 | 110101 |
Color Harmonies of #4284CE
Complementary color
Monochromatic Colors of #4284CE
Black with #4284CE
Text Example
Text Example
White with #4284CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4284CE; }
p { color: rgb(66,132,206); }
H1.HeaderClassName
{
color: #4284CE;
}
.AnyTagClassName
{
color: #4284CE;
}
</style>
background-color css
<style>
a { background-color: #4284CE; }
a { background-color: rgb(66,132,206); }
div.DivClassName
{
background-color: #4284CE;
}
.BgClassName
{
background-color: #4284CE;
}
</style>
border-color css
<style>
span { border-color: #4284CE; }
span { border-color: rgb(66,132,206); }
td.TdClassName
{
border-color: #4284CE;
}
.TagClassName
{
border-color: #4284CE;
}
</style>