Shades of Cornflower Blue #428BED
Tints of Cornflower Blue #428BED
RGB
CMYK
RGB Variations
Color information
#428BED (or 0x428BED) is known color: Cornflower Blue. HEX triplet: 42, 8B and ED. RGB value is (66,139,237). Sum of RGB (Red+Green+Blue) = 66+139+237=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #428BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BED is #BD7412. Grayscale: #7F7F7F. Windows color (decimal): -12416019 or 15567682. OLE color: 15567682.
HSL color Cylindrical-coordinate representation of color #428BED: hue angle of 214.39º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428BED is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 139 | 237 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.07 |
| HSL | 214.39º | 0.83% | 0.59% | - |
| HSV(B) | 214.39º | 0.72% | 0.93% | - |
| XYZ | 26.77 | 25.74 | 83.68 | - |
| YUV | 128.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 237 | 0.72 | 0.41 | 0 | 0.07 | 214.39 | 0.83 | 0.59 |
| Hex | 42 | 8B | ED | 48 | 29 | 0 | 7 | D6 | 53 | 3B |
| Octal | 102 | 213 | 355 | 110 | 51 | 0 | 7 | 326 | 123 | 73 |
| Binary | 1000010 | 10001011 | 11101101 | 1001000 | 101001 | 0 | 111 | 11010110 | 1010011 | 111011 |
Color Harmonies of #428BED
Complementary color
Monochromatic Colors of #428BED
Black with #428BED
Text Example
Text Example
White with #428BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BED; }
p { color: rgb(66,139,237); }
H1.HeaderClassName
{
color: #428BED;
}
.AnyTagClassName
{
color: #428BED;
}
</style>
background-color css
<style>
a { background-color: #428BED; }
a { background-color: rgb(66,139,237); }
div.DivClassName
{
background-color: #428BED;
}
.BgClassName
{
background-color: #428BED;
}
</style>
border-color css
<style>
span { border-color: #428BED; }
span { border-color: rgb(66,139,237); }
td.TdClassName
{
border-color: #428BED;
}
.TagClassName
{
border-color: #428BED;
}
</style>