Shades of Cornflower Blue #538AF6
Tints of Cornflower Blue #538AF6
RGB
CMYK
RGB Variations
Color information
#538AF6 (or 0x538AF6) is known color: Cornflower Blue. HEX triplet: 53, 8A and F6. RGB value is (83,138,246). Sum of RGB (Red+Green+Blue) = 83+138+246=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #538AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538AF6 is #AC7509. Grayscale: #858585. Windows color (decimal): -11302154 or 16157267. OLE color: 16157267.
HSL color Cylindrical-coordinate representation of color #538AF6: hue angle of 219.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538AF6 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 138 | 246 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.04 |
| HSL | 219.75º | 0.9% | 0.65% | - |
| HSV(B) | 219.75º | 0.66% | 0.96% | - |
| XYZ | 29.29 | 26.67 | 90.79 | - |
| YUV | 133.87 | 191.28 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 246 | 0.66 | 0.44 | 0 | 0.04 | 219.75 | 0.9 | 0.65 |
| Hex | 53 | 8A | F6 | 42 | 2C | 0 | 4 | DC | 5A | 41 |
| Octal | 123 | 212 | 366 | 102 | 54 | 0 | 4 | 334 | 132 | 101 |
| Binary | 1010011 | 10001010 | 11110110 | 1000010 | 101100 | 0 | 100 | 11011100 | 1011010 | 1000001 |
Color Harmonies of #538AF6
Complementary color
Monochromatic Colors of #538AF6
Black with #538AF6
Text Example
Text Example
White with #538AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AF6; }
p { color: rgb(83,138,246); }
H1.HeaderClassName
{
color: #538AF6;
}
.AnyTagClassName
{
color: #538AF6;
}
</style>
background-color css
<style>
a { background-color: #538AF6; }
a { background-color: rgb(83,138,246); }
div.DivClassName
{
background-color: #538AF6;
}
.BgClassName
{
background-color: #538AF6;
}
</style>
border-color css
<style>
span { border-color: #538AF6; }
span { border-color: rgb(83,138,246); }
td.TdClassName
{
border-color: #538AF6;
}
.TagClassName
{
border-color: #538AF6;
}
</style>