Shades of Curious Blue #428FCC
Tints of Curious Blue #428FCC
RGB
CMYK
RGB Variations
Color information
#428FCC (or 0x428FCC) is known color: Curious Blue. HEX triplet: 42, 8F and CC. RGB value is (66,143,204). Sum of RGB (Red+Green+Blue) = 66+143+204=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #428FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FCC is #BD7033. Grayscale: #7E7E7E. Windows color (decimal): -12415028 or 13406018. OLE color: 13406018.
HSL color Cylindrical-coordinate representation of color #428FCC: hue angle of 206.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428FCC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 143 | 204 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.2 |
| HSL | 206.52º | 0.58% | 0.53% | - |
| HSV(B) | 206.52º | 0.68% | 0.8% | - |
| XYZ | 22.97 | 25.16 | 60.77 | - |
| YUV | 126.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 204 | 0.68 | 0.30 | 0 | 0.2 | 206.52 | 0.58 | 0.53 |
| Hex | 42 | 8F | CC | 44 | 1E | 0 | 14 | CF | 3A | 35 |
| Octal | 102 | 217 | 314 | 104 | 36 | 0 | 24 | 317 | 72 | 65 |
| Binary | 1000010 | 10001111 | 11001100 | 1000100 | 11110 | 0 | 10100 | 11001111 | 111010 | 110101 |
Color Harmonies of #428FCC
Complementary color
Monochromatic Colors of #428FCC
Black with #428FCC
Text Example
Text Example
White with #428FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FCC; }
p { color: rgb(66,143,204); }
H1.HeaderClassName
{
color: #428FCC;
}
.AnyTagClassName
{
color: #428FCC;
}
</style>
background-color css
<style>
a { background-color: #428FCC; }
a { background-color: rgb(66,143,204); }
div.DivClassName
{
background-color: #428FCC;
}
.BgClassName
{
background-color: #428FCC;
}
</style>
border-color css
<style>
span { border-color: #428FCC; }
span { border-color: rgb(66,143,204); }
td.TdClassName
{
border-color: #428FCC;
}
.TagClassName
{
border-color: #428FCC;
}
</style>