Shades of Cornflower Blue #428CF1
Tints of Cornflower Blue #428CF1
RGB
CMYK
RGB Variations
Color information
#428CF1 (or 0x428CF1) is known color: Cornflower Blue. HEX triplet: 42, 8C and F1. RGB value is (66,140,241). Sum of RGB (Red+Green+Blue) = 66+140+241=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #428CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428CF1 is #BD730E. Grayscale: #808080. Windows color (decimal): -12415759 or 15830082. OLE color: 15830082.
HSL color Cylindrical-coordinate representation of color #428CF1: hue angle of 214.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428CF1 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 140 | 241 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.05 |
| HSL | 214.63º | 0.86% | 0.6% | - |
| HSV(B) | 214.63º | 0.73% | 0.95% | - |
| XYZ | 27.5 | 26.27 | 86.84 | - |
| YUV | 129.39 | 190.98 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 241 | 0.73 | 0.42 | 0 | 0.05 | 214.63 | 0.86 | 0.6 |
| Hex | 42 | 8C | F1 | 49 | 2A | 0 | 5 | D7 | 56 | 3C |
| Octal | 102 | 214 | 361 | 111 | 52 | 0 | 5 | 327 | 126 | 74 |
| Binary | 1000010 | 10001100 | 11110001 | 1001001 | 101010 | 0 | 101 | 11010111 | 1010110 | 111100 |
Color Harmonies of #428CF1
Complementary color
Monochromatic Colors of #428CF1
Black with #428CF1
Text Example
Text Example
White with #428CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CF1; }
p { color: rgb(66,140,241); }
H1.HeaderClassName
{
color: #428CF1;
}
.AnyTagClassName
{
color: #428CF1;
}
</style>
background-color css
<style>
a { background-color: #428CF1; }
a { background-color: rgb(66,140,241); }
div.DivClassName
{
background-color: #428CF1;
}
.BgClassName
{
background-color: #428CF1;
}
</style>
border-color css
<style>
span { border-color: #428CF1; }
span { border-color: rgb(66,140,241); }
td.TdClassName
{
border-color: #428CF1;
}
.TagClassName
{
border-color: #428CF1;
}
</style>