Shades of Curious Blue #4284CB
Tints of Curious Blue #4284CB
RGB
CMYK
RGB Variations
Color information
#4284CB (or 0x4284CB) is known color: Curious Blue. HEX triplet: 42, 84 and CB. RGB value is (66,132,203). Sum of RGB (Red+Green+Blue) = 66+132+203=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #4284CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4284CB is #BD7B34. Grayscale: #787878. Windows color (decimal): -12417845 or 13337666. OLE color: 13337666.
HSL color Cylindrical-coordinate representation of color #4284CB: hue angle of 211.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4284CB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 132 | 203 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.20 |
| HSL | 211.09º | 0.57% | 0.53% | - |
| HSV(B) | 211.09º | 0.67% | 0.8% | - |
| XYZ | 21.28 | 21.97 | 59.62 | - |
| YUV | 120.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 203 | 0.67 | 0.35 | 0 | 0.20 | 211.09 | 0.57 | 0.53 |
| Hex | 42 | 84 | CB | 43 | 23 | 0 | 14 | D3 | 39 | 35 |
| Octal | 102 | 204 | 313 | 103 | 43 | 0 | 24 | 323 | 71 | 65 |
| Binary | 1000010 | 10000100 | 11001011 | 1000011 | 100011 | 0 | 10100 | 11010011 | 111001 | 110101 |
Color Harmonies of #4284CB
Complementary color
Monochromatic Colors of #4284CB
Black with #4284CB
Text Example
Text Example
White with #4284CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4284CB; }
p { color: rgb(66,132,203); }
H1.HeaderClassName
{
color: #4284CB;
}
.AnyTagClassName
{
color: #4284CB;
}
</style>
background-color css
<style>
a { background-color: #4284CB; }
a { background-color: rgb(66,132,203); }
div.DivClassName
{
background-color: #4284CB;
}
.BgClassName
{
background-color: #4284CB;
}
</style>
border-color css
<style>
span { border-color: #4284CB; }
span { border-color: rgb(66,132,203); }
td.TdClassName
{
border-color: #4284CB;
}
.TagClassName
{
border-color: #4284CB;
}
</style>