Shades of Cornflower Blue #4394ED
Tints of Cornflower Blue #4394ED
RGB
CMYK
RGB Variations
Color information
#4394ED (or 0x4394ED) is known color: Cornflower Blue. HEX triplet: 43, 94 and ED. RGB value is (67,148,237). Sum of RGB (Red+Green+Blue) = 67+148+237=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #4394ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4394ED is #BC6B12. Grayscale: #858585. Windows color (decimal): -12348179 or 15569987. OLE color: 15569987.
HSL color Cylindrical-coordinate representation of color #4394ED: hue angle of 211.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4394ED is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 148 | 237 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.07 |
| HSL | 211.41º | 0.83% | 0.6% | - |
| HSV(B) | 211.41º | 0.72% | 0.93% | - |
| XYZ | 28.19 | 28.49 | 84.13 | - |
| YUV | 133.93 | 186.16 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 237 | 0.72 | 0.38 | 0 | 0.07 | 211.41 | 0.83 | 0.6 |
| Hex | 43 | 94 | ED | 48 | 26 | 0 | 7 | D3 | 53 | 3C |
| Octal | 103 | 224 | 355 | 110 | 46 | 0 | 7 | 323 | 123 | 74 |
| Binary | 1000011 | 10010100 | 11101101 | 1001000 | 100110 | 0 | 111 | 11010011 | 1010011 | 111100 |
Color Harmonies of #4394ED
Complementary color
Monochromatic Colors of #4394ED
Black with #4394ED
Text Example
Text Example
White with #4394ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394ED; }
p { color: rgb(67,148,237); }
H1.HeaderClassName
{
color: #4394ED;
}
.AnyTagClassName
{
color: #4394ED;
}
</style>
background-color css
<style>
a { background-color: #4394ED; }
a { background-color: rgb(67,148,237); }
div.DivClassName
{
background-color: #4394ED;
}
.BgClassName
{
background-color: #4394ED;
}
</style>
border-color css
<style>
span { border-color: #4394ED; }
span { border-color: rgb(67,148,237); }
td.TdClassName
{
border-color: #4394ED;
}
.TagClassName
{
border-color: #4394ED;
}
</style>