Shades of Cornflower Blue #428BEF
Tints of Cornflower Blue #428BEF
RGB
CMYK
RGB Variations
Color information
#428BEF (or 0x428BEF) is known color: Cornflower Blue. HEX triplet: 42, 8B and EF. RGB value is (66,139,239). Sum of RGB (Red+Green+Blue) = 66+139+239=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #428BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BEF is #BD7410. Grayscale: #808080. Windows color (decimal): -12416017 or 15698754. OLE color: 15698754.
HSL color Cylindrical-coordinate representation of color #428BEF: hue angle of 214.68º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428BEF is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 139 | 239 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.06 |
| HSL | 214.68º | 0.84% | 0.6% | - |
| HSV(B) | 214.68º | 0.72% | 0.94% | - |
| XYZ | 27.06 | 25.86 | 85.23 | - |
| YUV | 128.57 | 190.32 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 239 | 0.72 | 0.42 | 0 | 0.06 | 214.68 | 0.84 | 0.6 |
| Hex | 42 | 8B | EF | 48 | 2A | 0 | 6 | D7 | 54 | 3C |
| Octal | 102 | 213 | 357 | 110 | 52 | 0 | 6 | 327 | 124 | 74 |
| Binary | 1000010 | 10001011 | 11101111 | 1001000 | 101010 | 0 | 110 | 11010111 | 1010100 | 111100 |
Color Harmonies of #428BEF
Complementary color
Monochromatic Colors of #428BEF
Black with #428BEF
Text Example
Text Example
White with #428BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BEF; }
p { color: rgb(66,139,239); }
H1.HeaderClassName
{
color: #428BEF;
}
.AnyTagClassName
{
color: #428BEF;
}
</style>
background-color css
<style>
a { background-color: #428BEF; }
a { background-color: rgb(66,139,239); }
div.DivClassName
{
background-color: #428BEF;
}
.BgClassName
{
background-color: #428BEF;
}
</style>
border-color css
<style>
span { border-color: #428BEF; }
span { border-color: rgb(66,139,239); }
td.TdClassName
{
border-color: #428BEF;
}
.TagClassName
{
border-color: #428BEF;
}
</style>