Shades of Curious Blue #428AC0
Tints of Curious Blue #428AC0
RGB
CMYK
RGB Variations
Color information
#428AC0 (or 0x428AC0) is known color: Curious Blue. HEX triplet: 42, 8A and C0. RGB value is (66,138,192). Sum of RGB (Red+Green+Blue) = 66+138+192=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #428AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428AC0 is #BD753F. Grayscale: #7A7A7A. Windows color (decimal): -12416320 or 12618306. OLE color: 12618306.
HSL color Cylindrical-coordinate representation of color #428AC0: hue angle of 205.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #428AC0 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 138 | 192 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.25 |
| HSL | 205.71º | 0.5% | 0.51% | - |
| HSV(B) | 205.71º | 0.66% | 0.75% | - |
| XYZ | 20.85 | 23.14 | 53.24 | - |
| YUV | 122.63 | 167.15 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 192 | 0.66 | 0.28 | 0 | 0.25 | 205.71 | 0.5 | 0.51 |
| Hex | 42 | 8A | C0 | 42 | 1C | 0 | 19 | CE | 32 | 33 |
| Octal | 102 | 212 | 300 | 102 | 34 | 0 | 31 | 316 | 62 | 63 |
| Binary | 1000010 | 10001010 | 11000000 | 1000010 | 11100 | 0 | 11001 | 11001110 | 110010 | 110011 |
Color Harmonies of #428AC0
Complementary color
Monochromatic Colors of #428AC0
Black with #428AC0
Text Example
Text Example
White with #428AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428AC0; }
p { color: rgb(66,138,192); }
H1.HeaderClassName
{
color: #428AC0;
}
.AnyTagClassName
{
color: #428AC0;
}
</style>
background-color css
<style>
a { background-color: #428AC0; }
a { background-color: rgb(66,138,192); }
div.DivClassName
{
background-color: #428AC0;
}
.BgClassName
{
background-color: #428AC0;
}
</style>
border-color css
<style>
span { border-color: #428AC0; }
span { border-color: rgb(66,138,192); }
td.TdClassName
{
border-color: #428AC0;
}
.TagClassName
{
border-color: #428AC0;
}
</style>