Shades of Cornflower Blue #4394FE
Tints of Cornflower Blue #4394FE
RGB
CMYK
RGB Variations
Color information
#4394FE (or 0x4394FE) is known color: Cornflower Blue. HEX triplet: 43, 94 and FE. RGB value is (67,148,254). Sum of RGB (Red+Green+Blue) = 67+148+254=469 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.29% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #4394FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4394FE is #BC6B01. Grayscale: #878787. Windows color (decimal): -12348162 or 16684099. OLE color: 16684099.
HSL color Cylindrical-coordinate representation of color #4394FE: hue angle of 214.01º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4394FE is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 148 | 254 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.00 |
| HSL | 214.01º | 0.99% | 0.63% | - |
| HSV(B) | 214.01º | 0.74% | 1% | - |
| XYZ | 30.79 | 29.53 | 97.84 | - |
| YUV | 135.87 | 194.66 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 254 | 0.74 | 0.42 | 0 | 0.00 | 214.01 | 0.99 | 0.63 |
| Hex | 43 | 94 | FE | 4A | 2A | 0 | 0 | D6 | 63 | 3F |
| Octal | 103 | 224 | 376 | 112 | 52 | 0 | 0 | 326 | 143 | 77 |
| Binary | 1000011 | 10010100 | 11111110 | 1001010 | 101010 | 0 | 0 | 11010110 | 1100011 | 111111 |
Color Harmonies of #4394FE
Complementary color
Monochromatic Colors of #4394FE
Black with #4394FE
Text Example
Text Example
White with #4394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394FE; }
p { color: rgb(67,148,254); }
H1.HeaderClassName
{
color: #4394FE;
}
.AnyTagClassName
{
color: #4394FE;
}
</style>
background-color css
<style>
a { background-color: #4394FE; }
a { background-color: rgb(67,148,254); }
div.DivClassName
{
background-color: #4394FE;
}
.BgClassName
{
background-color: #4394FE;
}
</style>
border-color css
<style>
span { border-color: #4394FE; }
span { border-color: rgb(67,148,254); }
td.TdClassName
{
border-color: #4394FE;
}
.TagClassName
{
border-color: #4394FE;
}
</style>