Shades of Cornflower Blue #4192F3
Tints of Cornflower Blue #4192F3
RGB
CMYK
RGB Variations
Color information
#4192F3 (or 0x4192F3) is known color: Cornflower Blue. HEX triplet: 41, 92 and F3. RGB value is (65,146,243). Sum of RGB (Red+Green+Blue) = 65+146+243=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #4192F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4192F3 is #BE6D0C. Grayscale: #848484. Windows color (decimal): -12479757 or 15962689. OLE color: 15962689.
HSL color Cylindrical-coordinate representation of color #4192F3: hue angle of 212.7º degrees, saturation: 0.88, 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 #4192F3 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 146 | 243 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.05 |
| HSL | 212.7º | 0.88% | 0.6% | - |
| HSV(B) | 212.7º | 0.73% | 0.95% | - |
| XYZ | 28.64 | 28.15 | 88.72 | - |
| YUV | 132.84 | 190.16 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 243 | 0.73 | 0.40 | 0 | 0.05 | 212.7 | 0.88 | 0.6 |
| Hex | 41 | 92 | F3 | 49 | 28 | 0 | 5 | D5 | 58 | 3C |
| Octal | 101 | 222 | 363 | 111 | 50 | 0 | 5 | 325 | 130 | 74 |
| Binary | 1000001 | 10010010 | 11110011 | 1001001 | 101000 | 0 | 101 | 11010101 | 1011000 | 111100 |
Color Harmonies of #4192F3
Complementary color
Monochromatic Colors of #4192F3
Black with #4192F3
Text Example
Text Example
White with #4192F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4192F3; }
p { color: rgb(65,146,243); }
H1.HeaderClassName
{
color: #4192F3;
}
.AnyTagClassName
{
color: #4192F3;
}
</style>
background-color css
<style>
a { background-color: #4192F3; }
a { background-color: rgb(65,146,243); }
div.DivClassName
{
background-color: #4192F3;
}
.BgClassName
{
background-color: #4192F3;
}
</style>
border-color css
<style>
span { border-color: #4192F3; }
span { border-color: rgb(65,146,243); }
td.TdClassName
{
border-color: #4192F3;
}
.TagClassName
{
border-color: #4192F3;
}
</style>