Shades of Cornflower Blue #4192EA
Tints of Cornflower Blue #4192EA
RGB
CMYK
RGB Variations
Color information
#4192EA (or 0x4192EA) is known color: Cornflower Blue. HEX triplet: 41, 92 and EA. RGB value is (65,146,234). Sum of RGB (Red+Green+Blue) = 65+146+234=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #4192EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4192EA is #BE6D15. Grayscale: #838383. Windows color (decimal): -12479766 or 15372865. OLE color: 15372865.
HSL color Cylindrical-coordinate representation of color #4192EA: hue angle of 211.24º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4192EA is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 146 | 234 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.08 |
| HSL | 211.24º | 0.8% | 0.59% | - |
| HSV(B) | 211.24º | 0.72% | 0.92% | - |
| XYZ | 27.31 | 27.62 | 81.73 | - |
| YUV | 131.81 | 185.66 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 234 | 0.72 | 0.38 | 0 | 0.08 | 211.24 | 0.8 | 0.59 |
| Hex | 41 | 92 | EA | 48 | 26 | 0 | 8 | D3 | 50 | 3B |
| Octal | 101 | 222 | 352 | 110 | 46 | 0 | 10 | 323 | 120 | 73 |
| Binary | 1000001 | 10010010 | 11101010 | 1001000 | 100110 | 0 | 1000 | 11010011 | 1010000 | 111011 |
Color Harmonies of #4192EA
Complementary color
Monochromatic Colors of #4192EA
Black with #4192EA
Text Example
Text Example
White with #4192EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4192EA; }
p { color: rgb(65,146,234); }
H1.HeaderClassName
{
color: #4192EA;
}
.AnyTagClassName
{
color: #4192EA;
}
</style>
background-color css
<style>
a { background-color: #4192EA; }
a { background-color: rgb(65,146,234); }
div.DivClassName
{
background-color: #4192EA;
}
.BgClassName
{
background-color: #4192EA;
}
</style>
border-color css
<style>
span { border-color: #4192EA; }
span { border-color: rgb(65,146,234); }
td.TdClassName
{
border-color: #4192EA;
}
.TagClassName
{
border-color: #4192EA;
}
</style>