Shades of Cornflower Blue #5D81F9
Tints of Cornflower Blue #5D81F9
RGB
CMYK
RGB Variations
Color information
#5D81F9 (or 0x5D81F9) is known color: Cornflower Blue. HEX triplet: 5D, 81 and F9. RGB value is (93,129,249). Sum of RGB (Red+Green+Blue) = 93+129+249=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D81F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D81F9 is #A27E06. Grayscale: #838383. Windows color (decimal): -10649095 or 16351581. OLE color: 16351581.
HSL color Cylindrical-coordinate representation of color #5D81F9: hue angle of 226.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D81F9 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 129 | 249 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.02 |
| HSL | 226.15º | 0.93% | 0.67% | - |
| HSV(B) | 226.15º | 0.63% | 0.98% | - |
| XYZ | 29.46 | 24.87 | 92.87 | - |
| YUV | 131.92 | 194.07 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 249 | 0.63 | 0.48 | 0 | 0.02 | 226.15 | 0.93 | 0.67 |
| Hex | 5D | 81 | F9 | 3F | 30 | 0 | 2 | E2 | 5D | 43 |
| Octal | 135 | 201 | 371 | 77 | 60 | 0 | 2 | 342 | 135 | 103 |
| Binary | 1011101 | 10000001 | 11111001 | 111111 | 110000 | 0 | 10 | 11100010 | 1011101 | 1000011 |
Color Harmonies of #5D81F9
Complementary color
Monochromatic Colors of #5D81F9
Black with #5D81F9
Text Example
Text Example
White with #5D81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D81F9; }
p { color: rgb(93,129,249); }
H1.HeaderClassName
{
color: #5D81F9;
}
.AnyTagClassName
{
color: #5D81F9;
}
</style>
background-color css
<style>
a { background-color: #5D81F9; }
a { background-color: rgb(93,129,249); }
div.DivClassName
{
background-color: #5D81F9;
}
.BgClassName
{
background-color: #5D81F9;
}
</style>
border-color css
<style>
span { border-color: #5D81F9; }
span { border-color: rgb(93,129,249); }
td.TdClassName
{
border-color: #5D81F9;
}
.TagClassName
{
border-color: #5D81F9;
}
</style>