Shades of Cornflower Blue #538EF4
Tints of Cornflower Blue #538EF4
RGB
CMYK
RGB Variations
Color information
#538EF4 (or 0x538EF4) is known color: Cornflower Blue. HEX triplet: 53, 8E and F4. RGB value is (83,142,244). Sum of RGB (Red+Green+Blue) = 83+142+244=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #538EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EF4 is #AC710B. Grayscale: #878787. Windows color (decimal): -11301132 or 16027219. OLE color: 16027219.
HSL color Cylindrical-coordinate representation of color #538EF4: hue angle of 218.01º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538EF4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 142 | 244 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.04 |
| HSL | 218.01º | 0.88% | 0.64% | - |
| HSV(B) | 218.01º | 0.66% | 0.96% | - |
| XYZ | 29.57 | 27.72 | 89.38 | - |
| YUV | 135.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 244 | 0.66 | 0.42 | 0 | 0.04 | 218.01 | 0.88 | 0.64 |
| Hex | 53 | 8E | F4 | 42 | 2A | 0 | 4 | DA | 58 | 40 |
| Octal | 123 | 216 | 364 | 102 | 52 | 0 | 4 | 332 | 130 | 100 |
| Binary | 1010011 | 10001110 | 11110100 | 1000010 | 101010 | 0 | 100 | 11011010 | 1011000 | 1000000 |
Color Harmonies of #538EF4
Complementary color
Monochromatic Colors of #538EF4
Black with #538EF4
Text Example
Text Example
White with #538EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EF4; }
p { color: rgb(83,142,244); }
H1.HeaderClassName
{
color: #538EF4;
}
.AnyTagClassName
{
color: #538EF4;
}
</style>
background-color css
<style>
a { background-color: #538EF4; }
a { background-color: rgb(83,142,244); }
div.DivClassName
{
background-color: #538EF4;
}
.BgClassName
{
background-color: #538EF4;
}
</style>
border-color css
<style>
span { border-color: #538EF4; }
span { border-color: rgb(83,142,244); }
td.TdClassName
{
border-color: #538EF4;
}
.TagClassName
{
border-color: #538EF4;
}
</style>