Shades of Cornflower Blue #4D88FF
Tints of Cornflower Blue #4D88FF
RGB
CMYK
RGB Variations
Color information
#4D88FF (or 0x4D88FF) is known color: Cornflower Blue. HEX triplet: 4D, 88 and FF. RGB value is (77,136,255). Sum of RGB (Red+Green+Blue) = 77+136+255=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D88FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D88FF is #B27700. Grayscale: #838383. Windows color (decimal): -11695873 or 16746573. OLE color: 16746573.
HSL color Cylindrical-coordinate representation of color #4D88FF: hue angle of 220.11º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D88FF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 136 | 255 | - |
| CMYK | 0.70 | 0.47 | 0 | 0 |
| HSL | 220.11º | 1% | 0.65% | - |
| HSV(B) | 220.11º | 0.7% | 1% | - |
| XYZ | 29.91 | 26.41 | 98.13 | - |
| YUV | 131.93 | 197.45 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 255 | 0.70 | 0.47 | 0 | 0 | 220.11 | 1 | 0.65 |
| Hex | 4D | 88 | FF | 46 | 2F | 0 | 0 | DC | 64 | 41 |
| Octal | 115 | 210 | 377 | 106 | 57 | 0 | 0 | 334 | 144 | 101 |
| Binary | 1001101 | 10001000 | 11111111 | 1000110 | 101111 | 0 | 0 | 11011100 | 1100100 | 1000001 |
Color Harmonies of #4D88FF
Complementary color
Monochromatic Colors of #4D88FF
Black with #4D88FF
Text Example
Text Example
White with #4D88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88FF; }
p { color: rgb(77,136,255); }
H1.HeaderClassName
{
color: #4D88FF;
}
.AnyTagClassName
{
color: #4D88FF;
}
</style>
background-color css
<style>
a { background-color: #4D88FF; }
a { background-color: rgb(77,136,255); }
div.DivClassName
{
background-color: #4D88FF;
}
.BgClassName
{
background-color: #4D88FF;
}
</style>
border-color css
<style>
span { border-color: #4D88FF; }
span { border-color: rgb(77,136,255); }
td.TdClassName
{
border-color: #4D88FF;
}
.TagClassName
{
border-color: #4D88FF;
}
</style>