Shades of Cornflower Blue #5388FE
Tints of Cornflower Blue #5388FE
RGB
CMYK
RGB Variations
Color information
#5388FE (or 0x5388FE) is known color: Cornflower Blue. HEX triplet: 53, 88 and FE. RGB value is (83,136,254). Sum of RGB (Red+Green+Blue) = 83+136+254=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #5388FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5388FE is #AC7701. Grayscale: #858585. Windows color (decimal): -11302658 or 16681043. OLE color: 16681043.
HSL color Cylindrical-coordinate representation of color #5388FE: hue angle of 221.4º 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 #5388FE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 136 | 254 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.00 |
| HSL | 221.4º | 0.99% | 0.66% | - |
| HSV(B) | 221.4º | 0.67% | 1% | - |
| XYZ | 30.26 | 26.6 | 97.31 | - |
| YUV | 133.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 254 | 0.67 | 0.46 | 0 | 0.00 | 221.4 | 0.99 | 0.66 |
| Hex | 53 | 88 | FE | 43 | 2E | 0 | 0 | DD | 63 | 42 |
| Octal | 123 | 210 | 376 | 103 | 56 | 0 | 0 | 335 | 143 | 102 |
| Binary | 1010011 | 10001000 | 11111110 | 1000011 | 101110 | 0 | 0 | 11011101 | 1100011 | 1000010 |
Color Harmonies of #5388FE
Complementary color
Monochromatic Colors of #5388FE
Black with #5388FE
Text Example
Text Example
White with #5388FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5388FE; }
p { color: rgb(83,136,254); }
H1.HeaderClassName
{
color: #5388FE;
}
.AnyTagClassName
{
color: #5388FE;
}
</style>
background-color css
<style>
a { background-color: #5388FE; }
a { background-color: rgb(83,136,254); }
div.DivClassName
{
background-color: #5388FE;
}
.BgClassName
{
background-color: #5388FE;
}
</style>
border-color css
<style>
span { border-color: #5388FE; }
span { border-color: rgb(83,136,254); }
td.TdClassName
{
border-color: #5388FE;
}
.TagClassName
{
border-color: #5388FE;
}
</style>