Shades of Cornflower Blue #4DADFF
Tints of Cornflower Blue #4DADFF
RGB
CMYK
RGB Variations
Color information
#4DADFF (or 0x4DADFF) is known color: Cornflower Blue. HEX triplet: 4D, AD and FF. RGB value is (77,173,255). Sum of RGB (Red+Green+Blue) = 77+173+255=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DADFF is #B25200. Grayscale: #999999. Windows color (decimal): -11686401 or 16756045. OLE color: 16756045.
HSL color Cylindrical-coordinate representation of color #4DADFF: hue angle of 207.64º 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 #4DADFF is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 173 | 255 | - |
| CMYK | 0.70 | 0.32 | 0 | 0 |
| HSL | 207.64º | 1% | 0.65% | - |
| HSV(B) | 207.64º | 0.7% | 1% | - |
| XYZ | 36.05 | 38.68 | 100.17 | - |
| YUV | 153.64 | 185.2 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 255 | 0.70 | 0.32 | 0 | 0 | 207.64 | 1 | 0.65 |
| Hex | 4D | AD | FF | 46 | 20 | 0 | 0 | D0 | 64 | 41 |
| Octal | 115 | 255 | 377 | 106 | 40 | 0 | 0 | 320 | 144 | 101 |
| Binary | 1001101 | 10101101 | 11111111 | 1000110 | 100000 | 0 | 0 | 11010000 | 1100100 | 1000001 |
Color Harmonies of #4DADFF
Complementary color
Monochromatic Colors of #4DADFF
Black with #4DADFF
Text Example
Text Example
White with #4DADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADFF; }
p { color: rgb(77,173,255); }
H1.HeaderClassName
{
color: #4DADFF;
}
.AnyTagClassName
{
color: #4DADFF;
}
</style>
background-color css
<style>
a { background-color: #4DADFF; }
a { background-color: rgb(77,173,255); }
div.DivClassName
{
background-color: #4DADFF;
}
.BgClassName
{
background-color: #4DADFF;
}
</style>
border-color css
<style>
span { border-color: #4DADFF; }
span { border-color: rgb(77,173,255); }
td.TdClassName
{
border-color: #4DADFF;
}
.TagClassName
{
border-color: #4DADFF;
}
</style>