Shades of Cornflower Blue #428BEA
Tints of Cornflower Blue #428BEA
RGB
CMYK
RGB Variations
Color information
#428BEA (or 0x428BEA) is known color: Cornflower Blue. HEX triplet: 42, 8B and EA. RGB value is (66,139,234). Sum of RGB (Red+Green+Blue) = 66+139+234=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #428BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BEA is #BD7415. Grayscale: #7F7F7F. Windows color (decimal): -12416022 or 15371074. OLE color: 15371074.
HSL color Cylindrical-coordinate representation of color #428BEA: hue angle of 213.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428BEA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 139 | 234 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.08 |
| HSL | 213.93º | 0.8% | 0.59% | - |
| HSV(B) | 213.93º | 0.72% | 0.92% | - |
| XYZ | 26.33 | 25.56 | 81.39 | - |
| YUV | 128 | 187.82 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 234 | 0.72 | 0.41 | 0 | 0.08 | 213.93 | 0.8 | 0.59 |
| Hex | 42 | 8B | EA | 48 | 29 | 0 | 8 | D6 | 50 | 3B |
| Octal | 102 | 213 | 352 | 110 | 51 | 0 | 10 | 326 | 120 | 73 |
| Binary | 1000010 | 10001011 | 11101010 | 1001000 | 101001 | 0 | 1000 | 11010110 | 1010000 | 111011 |
Color Harmonies of #428BEA
Complementary color
Monochromatic Colors of #428BEA
Black with #428BEA
Text Example
Text Example
White with #428BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BEA; }
p { color: rgb(66,139,234); }
H1.HeaderClassName
{
color: #428BEA;
}
.AnyTagClassName
{
color: #428BEA;
}
</style>
background-color css
<style>
a { background-color: #428BEA; }
a { background-color: rgb(66,139,234); }
div.DivClassName
{
background-color: #428BEA;
}
.BgClassName
{
background-color: #428BEA;
}
</style>
border-color css
<style>
span { border-color: #428BEA; }
span { border-color: rgb(66,139,234); }
td.TdClassName
{
border-color: #428BEA;
}
.TagClassName
{
border-color: #428BEA;
}
</style>