Shades of Cornflower Blue #448FF8
Tints of Cornflower Blue #448FF8
RGB
CMYK
RGB Variations
Color information
#448FF8 (or 0x448FF8) is known color: Cornflower Blue. HEX triplet: 44, 8F and F8. RGB value is (68,143,248). Sum of RGB (Red+Green+Blue) = 68+143+248=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #448FF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FF8 is #BB7007. Grayscale: #848484. Windows color (decimal): -12283912 or 16289604. OLE color: 16289604.
HSL color Cylindrical-coordinate representation of color #448FF8: hue angle of 215º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448FF8 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 143 | 248 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.03 |
| HSL | 215º | 0.93% | 0.62% | - |
| HSV(B) | 215º | 0.73% | 0.97% | - |
| XYZ | 29.15 | 27.65 | 92.61 | - |
| YUV | 132.55 | 193.15 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 248 | 0.73 | 0.42 | 0 | 0.03 | 215 | 0.93 | 0.62 |
| Hex | 44 | 8F | F8 | 49 | 2A | 0 | 3 | D7 | 5D | 3E |
| Octal | 104 | 217 | 370 | 111 | 52 | 0 | 3 | 327 | 135 | 76 |
| Binary | 1000100 | 10001111 | 11111000 | 1001001 | 101010 | 0 | 11 | 11010111 | 1011101 | 111110 |
Color Harmonies of #448FF8
Complementary color
Monochromatic Colors of #448FF8
Black with #448FF8
Text Example
Text Example
White with #448FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FF8; }
p { color: rgb(68,143,248); }
H1.HeaderClassName
{
color: #448FF8;
}
.AnyTagClassName
{
color: #448FF8;
}
</style>
background-color css
<style>
a { background-color: #448FF8; }
a { background-color: rgb(68,143,248); }
div.DivClassName
{
background-color: #448FF8;
}
.BgClassName
{
background-color: #448FF8;
}
</style>
border-color css
<style>
span { border-color: #448FF8; }
span { border-color: rgb(68,143,248); }
td.TdClassName
{
border-color: #448FF8;
}
.TagClassName
{
border-color: #448FF8;
}
</style>