Shades of Cornflower Blue #538AF8
Tints of Cornflower Blue #538AF8
RGB
CMYK
RGB Variations
Color information
#538AF8 (or 0x538AF8) is known color: Cornflower Blue. HEX triplet: 53, 8A and F8. RGB value is (83,138,248). Sum of RGB (Red+Green+Blue) = 83+138+248=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #538AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538AF8 is #AC7507. Grayscale: #858585. Windows color (decimal): -11302152 or 16288339. OLE color: 16288339.
HSL color Cylindrical-coordinate representation of color #538AF8: hue angle of 220º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538AF8 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 138 | 248 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.03 |
| HSL | 220º | 0.92% | 0.65% | - |
| HSV(B) | 220º | 0.67% | 0.97% | - |
| XYZ | 29.6 | 26.79 | 92.42 | - |
| YUV | 134.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 248 | 0.67 | 0.44 | 0 | 0.03 | 220 | 0.92 | 0.65 |
| Hex | 53 | 8A | F8 | 43 | 2C | 0 | 3 | DC | 5C | 41 |
| Octal | 123 | 212 | 370 | 103 | 54 | 0 | 3 | 334 | 134 | 101 |
| Binary | 1010011 | 10001010 | 11111000 | 1000011 | 101100 | 0 | 11 | 11011100 | 1011100 | 1000001 |
Color Harmonies of #538AF8
Complementary color
Monochromatic Colors of #538AF8
Black with #538AF8
Text Example
Text Example
White with #538AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AF8; }
p { color: rgb(83,138,248); }
H1.HeaderClassName
{
color: #538AF8;
}
.AnyTagClassName
{
color: #538AF8;
}
</style>
background-color css
<style>
a { background-color: #538AF8; }
a { background-color: rgb(83,138,248); }
div.DivClassName
{
background-color: #538AF8;
}
.BgClassName
{
background-color: #538AF8;
}
</style>
border-color css
<style>
span { border-color: #538AF8; }
span { border-color: rgb(83,138,248); }
td.TdClassName
{
border-color: #538AF8;
}
.TagClassName
{
border-color: #538AF8;
}
</style>