Shades of Curious Blue #428CCB
Tints of Curious Blue #428CCB
RGB
CMYK
RGB Variations
Color information
#428CCB (or 0x428CCB) is known color: Curious Blue. HEX triplet: 42, 8C and CB. RGB value is (66,140,203). Sum of RGB (Red+Green+Blue) = 66+140+203=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #428CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CCB is #BD7334. Grayscale: #7C7C7C. Windows color (decimal): -12415797 or 13339714. OLE color: 13339714.
HSL color Cylindrical-coordinate representation of color #428CCB: hue angle of 207.59º 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 #428CCB is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 140 | 203 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.20 |
| HSL | 207.59º | 0.57% | 0.53% | - |
| HSV(B) | 207.59º | 0.67% | 0.8% | - |
| XYZ | 22.4 | 24.23 | 60 | - |
| YUV | 125.06 | 171.98 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 203 | 0.67 | 0.31 | 0 | 0.20 | 207.59 | 0.57 | 0.53 |
| Hex | 42 | 8C | CB | 43 | 1F | 0 | 14 | D0 | 39 | 35 |
| Octal | 102 | 214 | 313 | 103 | 37 | 0 | 24 | 320 | 71 | 65 |
| Binary | 1000010 | 10001100 | 11001011 | 1000011 | 11111 | 0 | 10100 | 11010000 | 111001 | 110101 |
Color Harmonies of #428CCB
Complementary color
Monochromatic Colors of #428CCB
Black with #428CCB
Text Example
Text Example
White with #428CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CCB; }
p { color: rgb(66,140,203); }
H1.HeaderClassName
{
color: #428CCB;
}
.AnyTagClassName
{
color: #428CCB;
}
</style>
background-color css
<style>
a { background-color: #428CCB; }
a { background-color: rgb(66,140,203); }
div.DivClassName
{
background-color: #428CCB;
}
.BgClassName
{
background-color: #428CCB;
}
</style>
border-color css
<style>
span { border-color: #428CCB; }
span { border-color: rgb(66,140,203); }
td.TdClassName
{
border-color: #428CCB;
}
.TagClassName
{
border-color: #428CCB;
}
</style>