Shades of Cornflower Blue #538CFF
Tints of Cornflower Blue #538CFF
RGB
CMYK
RGB Variations
Color information
#538CFF (or 0x538CFF) is known color: Cornflower Blue. HEX triplet: 53, 8C and FF. RGB value is (83,140,255). Sum of RGB (Red+Green+Blue) = 83+140+255=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #538CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CFF is #AC7300. Grayscale: #878787. Windows color (decimal): -11301633 or 16747603. OLE color: 16747603.
HSL color Cylindrical-coordinate representation of color #538CFF: hue angle of 220.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538CFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 140 | 255 | - |
| CMYK | 0.67 | 0.45 | 0 | 0 |
| HSL | 220.12º | 1% | 0.66% | - |
| HSV(B) | 220.12º | 0.67% | 1% | - |
| XYZ | 31 | 27.82 | 98.34 | - |
| YUV | 136.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 255 | 0.67 | 0.45 | 0 | 0 | 220.12 | 1 | 0.66 |
| Hex | 53 | 8C | FF | 43 | 2D | 0 | 0 | DC | 64 | 42 |
| Octal | 123 | 214 | 377 | 103 | 55 | 0 | 0 | 334 | 144 | 102 |
| Binary | 1010011 | 10001100 | 11111111 | 1000011 | 101101 | 0 | 0 | 11011100 | 1100100 | 1000010 |
Color Harmonies of #538CFF
Complementary color
Monochromatic Colors of #538CFF
Black with #538CFF
Text Example
Text Example
White with #538CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CFF; }
p { color: rgb(83,140,255); }
H1.HeaderClassName
{
color: #538CFF;
}
.AnyTagClassName
{
color: #538CFF;
}
</style>
background-color css
<style>
a { background-color: #538CFF; }
a { background-color: rgb(83,140,255); }
div.DivClassName
{
background-color: #538CFF;
}
.BgClassName
{
background-color: #538CFF;
}
</style>
border-color css
<style>
span { border-color: #538CFF; }
span { border-color: rgb(83,140,255); }
td.TdClassName
{
border-color: #538CFF;
}
.TagClassName
{
border-color: #538CFF;
}
</style>