Shades of Cornflower Blue #5383FF
Tints of Cornflower Blue #5383FF
RGB
CMYK
RGB Variations
Color information
#5383FF (or 0x5383FF) is known color: Cornflower Blue. HEX triplet: 53, 83 and FF. RGB value is (83,131,255). Sum of RGB (Red+Green+Blue) = 83+131+255=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #5383FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5383FF is #AC7C00. Grayscale: #828282. Windows color (decimal): -11303937 or 16745299. OLE color: 16745299.
HSL color Cylindrical-coordinate representation of color #5383FF: hue angle of 223.26º 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 #5383FF is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 131 | 255 | - |
| CMYK | 0.67 | 0.49 | 0 | 0 |
| HSL | 223.26º | 1% | 0.66% | - |
| HSV(B) | 223.26º | 0.67% | 1% | - |
| XYZ | 29.73 | 25.29 | 97.92 | - |
| YUV | 130.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 255 | 0.67 | 0.49 | 0 | 0 | 223.26 | 1 | 0.66 |
| Hex | 53 | 83 | FF | 43 | 31 | 0 | 0 | DF | 64 | 42 |
| Octal | 123 | 203 | 377 | 103 | 61 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010011 | 10000011 | 11111111 | 1000011 | 110001 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5383FF
Complementary color
Monochromatic Colors of #5383FF
Black with #5383FF
Text Example
Text Example
White with #5383FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5383FF; }
p { color: rgb(83,131,255); }
H1.HeaderClassName
{
color: #5383FF;
}
.AnyTagClassName
{
color: #5383FF;
}
</style>
background-color css
<style>
a { background-color: #5383FF; }
a { background-color: rgb(83,131,255); }
div.DivClassName
{
background-color: #5383FF;
}
.BgClassName
{
background-color: #5383FF;
}
</style>
border-color css
<style>
span { border-color: #5383FF; }
span { border-color: rgb(83,131,255); }
td.TdClassName
{
border-color: #5383FF;
}
.TagClassName
{
border-color: #5383FF;
}
</style>