Shades of Cornflower Blue #4DA5FD
Tints of Cornflower Blue #4DA5FD
RGB
CMYK
RGB Variations
Color information
#4DA5FD (or 0x4DA5FD) is known color: Cornflower Blue. HEX triplet: 4D, A5 and FD. RGB value is (77,165,253). Sum of RGB (Red+Green+Blue) = 77+165+253=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA5FD is #B25A02. Grayscale: #949494. Windows color (decimal): -11688451 or 16622925. OLE color: 16622925.
HSL color Cylindrical-coordinate representation of color #4DA5FD: hue angle of 210º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DA5FD is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 165 | 253 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.65% | - |
| HSV(B) | 210º | 0.7% | 0.99% | - |
| XYZ | 34.25 | 35.58 | 97.99 | - |
| YUV | 148.72 | 186.85 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 253 | 0.70 | 0.35 | 0 | 0.01 | 210 | 0.98 | 0.65 |
| Hex | 4D | A5 | FD | 46 | 23 | 0 | 1 | D2 | 62 | 41 |
| Octal | 115 | 245 | 375 | 106 | 43 | 0 | 1 | 322 | 142 | 101 |
| Binary | 1001101 | 10100101 | 11111101 | 1000110 | 100011 | 0 | 1 | 11010010 | 1100010 | 1000001 |
Color Harmonies of #4DA5FD
Complementary color
Monochromatic Colors of #4DA5FD
Black with #4DA5FD
Text Example
Text Example
White with #4DA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA5FD; }
p { color: rgb(77,165,253); }
H1.HeaderClassName
{
color: #4DA5FD;
}
.AnyTagClassName
{
color: #4DA5FD;
}
</style>
background-color css
<style>
a { background-color: #4DA5FD; }
a { background-color: rgb(77,165,253); }
div.DivClassName
{
background-color: #4DA5FD;
}
.BgClassName
{
background-color: #4DA5FD;
}
</style>
border-color css
<style>
span { border-color: #4DA5FD; }
span { border-color: rgb(77,165,253); }
td.TdClassName
{
border-color: #4DA5FD;
}
.TagClassName
{
border-color: #4DA5FD;
}
</style>