Shades of Cornflower Blue #538EFE
Tints of Cornflower Blue #538EFE
RGB
CMYK
RGB Variations
Color information
#538EFE (or 0x538EFE) is known color: Cornflower Blue. HEX triplet: 53, 8E and FE. RGB value is (83,142,254). Sum of RGB (Red+Green+Blue) = 83+142+254=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #538EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EFE is #AC7101. Grayscale: #888888. Windows color (decimal): -11301122 or 16682579. OLE color: 16682579.
HSL color Cylindrical-coordinate representation of color #538EFE: hue angle of 219.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538EFE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 142 | 254 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.00 |
| HSL | 219.3º | 0.99% | 0.66% | - |
| HSV(B) | 219.3º | 0.67% | 1% | - |
| XYZ | 31.13 | 28.34 | 97.6 | - |
| YUV | 137.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 254 | 0.67 | 0.44 | 0 | 0.00 | 219.3 | 0.99 | 0.66 |
| Hex | 53 | 8E | FE | 43 | 2C | 0 | 0 | DB | 63 | 42 |
| Octal | 123 | 216 | 376 | 103 | 54 | 0 | 0 | 333 | 143 | 102 |
| Binary | 1010011 | 10001110 | 11111110 | 1000011 | 101100 | 0 | 0 | 11011011 | 1100011 | 1000010 |
Color Harmonies of #538EFE
Complementary color
Monochromatic Colors of #538EFE
Black with #538EFE
Text Example
Text Example
White with #538EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EFE; }
p { color: rgb(83,142,254); }
H1.HeaderClassName
{
color: #538EFE;
}
.AnyTagClassName
{
color: #538EFE;
}
</style>
background-color css
<style>
a { background-color: #538EFE; }
a { background-color: rgb(83,142,254); }
div.DivClassName
{
background-color: #538EFE;
}
.BgClassName
{
background-color: #538EFE;
}
</style>
border-color css
<style>
span { border-color: #538EFE; }
span { border-color: rgb(83,142,254); }
td.TdClassName
{
border-color: #538EFE;
}
.TagClassName
{
border-color: #538EFE;
}
</style>