Shades of Curious Blue #428ACB
Tints of Curious Blue #428ACB
RGB
CMYK
RGB Variations
Color information
#428ACB (or 0x428ACB) is known color: Curious Blue. HEX triplet: 42, 8A and CB. RGB value is (66,138,203). Sum of RGB (Red+Green+Blue) = 66+138+203=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #428ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ACB is #BD7534. Grayscale: #7B7B7B. Windows color (decimal): -12416309 or 13339202. OLE color: 13339202.
HSL color Cylindrical-coordinate representation of color #428ACB: hue angle of 208.47º 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 #428ACB is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 138 | 203 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.20 |
| HSL | 208.47º | 0.57% | 0.53% | - |
| HSV(B) | 208.47º | 0.67% | 0.8% | - |
| XYZ | 22.11 | 23.65 | 59.9 | - |
| YUV | 123.88 | 172.65 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 203 | 0.67 | 0.32 | 0 | 0.20 | 208.47 | 0.57 | 0.53 |
| Hex | 42 | 8A | CB | 43 | 20 | 0 | 14 | D0 | 39 | 35 |
| Octal | 102 | 212 | 313 | 103 | 40 | 0 | 24 | 320 | 71 | 65 |
| Binary | 1000010 | 10001010 | 11001011 | 1000011 | 100000 | 0 | 10100 | 11010000 | 111001 | 110101 |
Color Harmonies of #428ACB
Complementary color
Monochromatic Colors of #428ACB
Black with #428ACB
Text Example
Text Example
White with #428ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428ACB; }
p { color: rgb(66,138,203); }
H1.HeaderClassName
{
color: #428ACB;
}
.AnyTagClassName
{
color: #428ACB;
}
</style>
background-color css
<style>
a { background-color: #428ACB; }
a { background-color: rgb(66,138,203); }
div.DivClassName
{
background-color: #428ACB;
}
.BgClassName
{
background-color: #428ACB;
}
</style>
border-color css
<style>
span { border-color: #428ACB; }
span { border-color: rgb(66,138,203); }
td.TdClassName
{
border-color: #428ACB;
}
.TagClassName
{
border-color: #428ACB;
}
</style>