Shades of Curious Blue #428ECB
Tints of Curious Blue #428ECB
RGB
CMYK
RGB Variations
Color information
#428ECB (or 0x428ECB) is known color: Curious Blue. HEX triplet: 42, 8E and CB. RGB value is (66,142,203). Sum of RGB (Red+Green+Blue) = 66+142+203=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #428ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ECB is #BD7134. Grayscale: #7D7D7D. Windows color (decimal): -12415285 or 13340226. OLE color: 13340226.
HSL color Cylindrical-coordinate representation of color #428ECB: hue angle of 206.72º 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 #428ECB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 142 | 203 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.20 |
| HSL | 206.72º | 0.57% | 0.53% | - |
| HSV(B) | 206.72º | 0.67% | 0.8% | - |
| XYZ | 22.7 | 24.82 | 60.09 | - |
| YUV | 126.23 | 171.32 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 203 | 0.67 | 0.30 | 0 | 0.20 | 206.72 | 0.57 | 0.53 |
| Hex | 42 | 8E | CB | 43 | 1E | 0 | 14 | CF | 39 | 35 |
| Octal | 102 | 216 | 313 | 103 | 36 | 0 | 24 | 317 | 71 | 65 |
| Binary | 1000010 | 10001110 | 11001011 | 1000011 | 11110 | 0 | 10100 | 11001111 | 111001 | 110101 |
Color Harmonies of #428ECB
Complementary color
Monochromatic Colors of #428ECB
Black with #428ECB
Text Example
Text Example
White with #428ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428ECB; }
p { color: rgb(66,142,203); }
H1.HeaderClassName
{
color: #428ECB;
}
.AnyTagClassName
{
color: #428ECB;
}
</style>
background-color css
<style>
a { background-color: #428ECB; }
a { background-color: rgb(66,142,203); }
div.DivClassName
{
background-color: #428ECB;
}
.BgClassName
{
background-color: #428ECB;
}
</style>
border-color css
<style>
span { border-color: #428ECB; }
span { border-color: rgb(66,142,203); }
td.TdClassName
{
border-color: #428ECB;
}
.TagClassName
{
border-color: #428ECB;
}
</style>