Shades of Cornflower Blue #5D9ADF
Tints of Cornflower Blue #5D9ADF
RGB
CMYK
RGB Variations
Color information
#5D9ADF (or 0x5D9ADF) is known color: Cornflower Blue. HEX triplet: 5D, 9A and DF. RGB value is (93,154,223). Sum of RGB (Red+Green+Blue) = 93+154+223=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D9ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9ADF is #A26520. Grayscale: #8F8F8F. Windows color (decimal): -10642721 or 14654045. OLE color: 14654045.
HSL color Cylindrical-coordinate representation of color #5D9ADF: hue angle of 211.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D9ADF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 154 | 223 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.13 |
| HSL | 211.85º | 0.67% | 0.62% | - |
| HSV(B) | 211.85º | 0.58% | 0.87% | - |
| XYZ | 29.39 | 30.77 | 74.2 | - |
| YUV | 143.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 223 | 0.58 | 0.31 | 0 | 0.13 | 211.85 | 0.67 | 0.62 |
| Hex | 5D | 9A | DF | 3A | 1F | 0 | D | D4 | 43 | 3E |
| Octal | 135 | 232 | 337 | 72 | 37 | 0 | 15 | 324 | 103 | 76 |
| Binary | 1011101 | 10011010 | 11011111 | 111010 | 11111 | 0 | 1101 | 11010100 | 1000011 | 111110 |
Color Harmonies of #5D9ADF
Complementary color
Monochromatic Colors of #5D9ADF
Black with #5D9ADF
Text Example
Text Example
White with #5D9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9ADF; }
p { color: rgb(93,154,223); }
H1.HeaderClassName
{
color: #5D9ADF;
}
.AnyTagClassName
{
color: #5D9ADF;
}
</style>
background-color css
<style>
a { background-color: #5D9ADF; }
a { background-color: rgb(93,154,223); }
div.DivClassName
{
background-color: #5D9ADF;
}
.BgClassName
{
background-color: #5D9ADF;
}
</style>
border-color css
<style>
span { border-color: #5D9ADF; }
span { border-color: rgb(93,154,223); }
td.TdClassName
{
border-color: #5D9ADF;
}
.TagClassName
{
border-color: #5D9ADF;
}
</style>