Shades of Cornflower Blue #4485FD
Tints of Cornflower Blue #4485FD
RGB
CMYK
RGB Variations
Color information
#4485FD (or 0x4485FD) is known color: Cornflower Blue. HEX triplet: 44, 85 and FD. RGB value is (68,133,253). Sum of RGB (Red+Green+Blue) = 68+133+253=454 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.98% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #4485FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4485FD is #BB7A02. Grayscale: #7E7E7E. Windows color (decimal): -12286467 or 16614724. OLE color: 16614724.
HSL color Cylindrical-coordinate representation of color #4485FD: hue angle of 218.92º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4485FD is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 133 | 253 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.01 |
| HSL | 218.92º | 0.98% | 0.63% | - |
| HSV(B) | 218.92º | 0.73% | 0.99% | - |
| XYZ | 28.5 | 25.1 | 96.27 | - |
| YUV | 127.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 253 | 0.73 | 0.47 | 0 | 0.01 | 218.92 | 0.98 | 0.63 |
| Hex | 44 | 85 | FD | 49 | 2F | 0 | 1 | DB | 62 | 3F |
| Octal | 104 | 205 | 375 | 111 | 57 | 0 | 1 | 333 | 142 | 77 |
| Binary | 1000100 | 10000101 | 11111101 | 1001001 | 101111 | 0 | 1 | 11011011 | 1100010 | 111111 |
Color Harmonies of #4485FD
Complementary color
Monochromatic Colors of #4485FD
Black with #4485FD
Text Example
Text Example
White with #4485FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4485FD; }
p { color: rgb(68,133,253); }
H1.HeaderClassName
{
color: #4485FD;
}
.AnyTagClassName
{
color: #4485FD;
}
</style>
background-color css
<style>
a { background-color: #4485FD; }
a { background-color: rgb(68,133,253); }
div.DivClassName
{
background-color: #4485FD;
}
.BgClassName
{
background-color: #4485FD;
}
</style>
border-color css
<style>
span { border-color: #4485FD; }
span { border-color: rgb(68,133,253); }
td.TdClassName
{
border-color: #4485FD;
}
.TagClassName
{
border-color: #4485FD;
}
</style>