Shades of Cornflower Blue #448DFD
Tints of Cornflower Blue #448DFD
RGB
CMYK
RGB Variations
Color information
#448DFD (or 0x448DFD) is known color: Cornflower Blue. HEX triplet: 44, 8D and FD. RGB value is (68,141,253). Sum of RGB (Red+Green+Blue) = 68+141+253=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #448DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448DFD is #BB7202. Grayscale: #838383. Windows color (decimal): -12284419 or 16616772. OLE color: 16616772.
HSL color Cylindrical-coordinate representation of color #448DFD: hue angle of 216.32º 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 #448DFD is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 141 | 253 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.01 |
| HSL | 216.32º | 0.98% | 0.63% | - |
| HSV(B) | 216.32º | 0.73% | 0.99% | - |
| XYZ | 29.64 | 27.37 | 96.65 | - |
| YUV | 131.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 253 | 0.73 | 0.44 | 0 | 0.01 | 216.32 | 0.98 | 0.63 |
| Hex | 44 | 8D | FD | 49 | 2C | 0 | 1 | D8 | 62 | 3F |
| Octal | 104 | 215 | 375 | 111 | 54 | 0 | 1 | 330 | 142 | 77 |
| Binary | 1000100 | 10001101 | 11111101 | 1001001 | 101100 | 0 | 1 | 11011000 | 1100010 | 111111 |
Color Harmonies of #448DFD
Complementary color
Monochromatic Colors of #448DFD
Black with #448DFD
Text Example
Text Example
White with #448DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DFD; }
p { color: rgb(68,141,253); }
H1.HeaderClassName
{
color: #448DFD;
}
.AnyTagClassName
{
color: #448DFD;
}
</style>
background-color css
<style>
a { background-color: #448DFD; }
a { background-color: rgb(68,141,253); }
div.DivClassName
{
background-color: #448DFD;
}
.BgClassName
{
background-color: #448DFD;
}
</style>
border-color css
<style>
span { border-color: #448DFD; }
span { border-color: rgb(68,141,253); }
td.TdClassName
{
border-color: #448DFD;
}
.TagClassName
{
border-color: #448DFD;
}
</style>