Shades of Cornflower Blue #5D75FE
Tints of Cornflower Blue #5D75FE
RGB
CMYK
RGB Variations
Color information
#5D75FE (or 0x5D75FE) is known color: Cornflower Blue. HEX triplet: 5D, 75 and FE. RGB value is (93,117,254). Sum of RGB (Red+Green+Blue) = 93+117+254=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D75FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D75FE is #A28A01. Grayscale: #7C7C7C. Windows color (decimal): -10652162 or 16676189. OLE color: 16676189.
HSL color Cylindrical-coordinate representation of color #5D75FE: hue angle of 231.06º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D75FE is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 117 | 254 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.00 |
| HSL | 231.06º | 0.99% | 0.68% | - |
| HSV(B) | 231.06º | 0.63% | 1% | - |
| XYZ | 28.76 | 22.21 | 96.54 | - |
| YUV | 125.44 | 200.55 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 254 | 0.63 | 0.54 | 0 | 0.00 | 231.06 | 0.99 | 0.68 |
| Hex | 5D | 75 | FE | 3F | 36 | 0 | 0 | E7 | 63 | 44 |
| Octal | 135 | 165 | 376 | 77 | 66 | 0 | 0 | 347 | 143 | 104 |
| Binary | 1011101 | 1110101 | 11111110 | 111111 | 110110 | 0 | 0 | 11100111 | 1100011 | 1000100 |
Color Harmonies of #5D75FE
Complementary color
Monochromatic Colors of #5D75FE
Black with #5D75FE
Text Example
Text Example
White with #5D75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D75FE; }
p { color: rgb(93,117,254); }
H1.HeaderClassName
{
color: #5D75FE;
}
.AnyTagClassName
{
color: #5D75FE;
}
</style>
background-color css
<style>
a { background-color: #5D75FE; }
a { background-color: rgb(93,117,254); }
div.DivClassName
{
background-color: #5D75FE;
}
.BgClassName
{
background-color: #5D75FE;
}
</style>
border-color css
<style>
span { border-color: #5D75FE; }
span { border-color: rgb(93,117,254); }
td.TdClassName
{
border-color: #5D75FE;
}
.TagClassName
{
border-color: #5D75FE;
}
</style>