Shades of Cornflower Blue #538FFC
Tints of Cornflower Blue #538FFC
RGB
CMYK
RGB Variations
Color information
#538FFC (or 0x538FFC) is known color: Cornflower Blue. HEX triplet: 53, 8F and FC. RGB value is (83,143,252). Sum of RGB (Red+Green+Blue) = 83+143+252=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #538FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FFC is #AC7003. Grayscale: #888888. Windows color (decimal): -11300868 or 16551763. OLE color: 16551763.
HSL color Cylindrical-coordinate representation of color #538FFC: hue angle of 218.7º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538FFC is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 143 | 252 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.01 |
| HSL | 218.7º | 0.97% | 0.66% | - |
| HSV(B) | 218.7º | 0.67% | 0.99% | - |
| XYZ | 30.96 | 28.51 | 95.97 | - |
| YUV | 137.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 252 | 0.67 | 0.43 | 0 | 0.01 | 218.7 | 0.97 | 0.66 |
| Hex | 53 | 8F | FC | 43 | 2B | 0 | 1 | DB | 61 | 42 |
| Octal | 123 | 217 | 374 | 103 | 53 | 0 | 1 | 333 | 141 | 102 |
| Binary | 1010011 | 10001111 | 11111100 | 1000011 | 101011 | 0 | 1 | 11011011 | 1100001 | 1000010 |
Color Harmonies of #538FFC
Complementary color
Monochromatic Colors of #538FFC
Black with #538FFC
Text Example
Text Example
White with #538FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FFC; }
p { color: rgb(83,143,252); }
H1.HeaderClassName
{
color: #538FFC;
}
.AnyTagClassName
{
color: #538FFC;
}
</style>
background-color css
<style>
a { background-color: #538FFC; }
a { background-color: rgb(83,143,252); }
div.DivClassName
{
background-color: #538FFC;
}
.BgClassName
{
background-color: #538FFC;
}
</style>
border-color css
<style>
span { border-color: #538FFC; }
span { border-color: rgb(83,143,252); }
td.TdClassName
{
border-color: #538FFC;
}
.TagClassName
{
border-color: #538FFC;
}
</style>