Shades of Cornflower Blue #5388FF
Tints of Cornflower Blue #5388FF
RGB
CMYK
RGB Variations
Color information
#5388FF (or 0x5388FF) is known color: Cornflower Blue. HEX triplet: 53, 88 and FF. RGB value is (83,136,255). Sum of RGB (Red+Green+Blue) = 83+136+255=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #5388FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5388FF is #AC7700. Grayscale: #858585. Windows color (decimal): -11302657 or 16746579. OLE color: 16746579.
HSL color Cylindrical-coordinate representation of color #5388FF: hue angle of 221.51º 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 #5388FF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 136 | 255 | - |
| CMYK | 0.67 | 0.47 | 0 | 0 |
| HSL | 221.51º | 1% | 0.66% | - |
| HSV(B) | 221.51º | 0.67% | 1% | - |
| XYZ | 30.42 | 26.67 | 98.15 | - |
| YUV | 133.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 255 | 0.67 | 0.47 | 0 | 0 | 221.51 | 1 | 0.66 |
| Hex | 53 | 88 | FF | 43 | 2F | 0 | 0 | DE | 64 | 42 |
| Octal | 123 | 210 | 377 | 103 | 57 | 0 | 0 | 336 | 144 | 102 |
| Binary | 1010011 | 10001000 | 11111111 | 1000011 | 101111 | 0 | 0 | 11011110 | 1100100 | 1000010 |
Color Harmonies of #5388FF
Complementary color
Monochromatic Colors of #5388FF
Black with #5388FF
Text Example
Text Example
White with #5388FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5388FF; }
p { color: rgb(83,136,255); }
H1.HeaderClassName
{
color: #5388FF;
}
.AnyTagClassName
{
color: #5388FF;
}
</style>
background-color css
<style>
a { background-color: #5388FF; }
a { background-color: rgb(83,136,255); }
div.DivClassName
{
background-color: #5388FF;
}
.BgClassName
{
background-color: #5388FF;
}
</style>
border-color css
<style>
span { border-color: #5388FF; }
span { border-color: rgb(83,136,255); }
td.TdClassName
{
border-color: #5388FF;
}
.TagClassName
{
border-color: #5388FF;
}
</style>