Shades of Cornflower Blue #4394FA
Tints of Cornflower Blue #4394FA
RGB
CMYK
RGB Variations
Color information
#4394FA (or 0x4394FA) is known color: Cornflower Blue. HEX triplet: 43, 94 and FA. RGB value is (67,148,250). Sum of RGB (Red+Green+Blue) = 67+148+250=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #4394FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4394FA is #BC6B05. Grayscale: #868686. Windows color (decimal): -12348166 or 16421955. OLE color: 16421955.
HSL color Cylindrical-coordinate representation of color #4394FA: hue angle of 213.44º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4394FA is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 148 | 250 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.02 |
| HSL | 213.44º | 0.95% | 0.62% | - |
| HSV(B) | 213.44º | 0.73% | 0.98% | - |
| XYZ | 30.16 | 29.28 | 94.5 | - |
| YUV | 135.41 | 192.66 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 250 | 0.73 | 0.41 | 0 | 0.02 | 213.44 | 0.95 | 0.62 |
| Hex | 43 | 94 | FA | 49 | 29 | 0 | 2 | D5 | 5F | 3E |
| Octal | 103 | 224 | 372 | 111 | 51 | 0 | 2 | 325 | 137 | 76 |
| Binary | 1000011 | 10010100 | 11111010 | 1001001 | 101001 | 0 | 10 | 11010101 | 1011111 | 111110 |
Color Harmonies of #4394FA
Complementary color
Monochromatic Colors of #4394FA
Black with #4394FA
Text Example
Text Example
White with #4394FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394FA; }
p { color: rgb(67,148,250); }
H1.HeaderClassName
{
color: #4394FA;
}
.AnyTagClassName
{
color: #4394FA;
}
</style>
background-color css
<style>
a { background-color: #4394FA; }
a { background-color: rgb(67,148,250); }
div.DivClassName
{
background-color: #4394FA;
}
.BgClassName
{
background-color: #4394FA;
}
</style>
border-color css
<style>
span { border-color: #4394FA; }
span { border-color: rgb(67,148,250); }
td.TdClassName
{
border-color: #4394FA;
}
.TagClassName
{
border-color: #4394FA;
}
</style>