Shades of Cornflower Blue #449AEE
Tints of Cornflower Blue #449AEE
RGB
CMYK
RGB Variations
Color information
#449AEE (or 0x449AEE) is known color: Cornflower Blue. HEX triplet: 44, 9A and EE. RGB value is (68,154,238). Sum of RGB (Red+Green+Blue) = 68+154+238=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #449AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AEE is #BB6511. Grayscale: #898989. Windows color (decimal): -12281106 or 15637060. OLE color: 15637060.
HSL color Cylindrical-coordinate representation of color #449AEE: hue angle of 209.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #449AEE is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 154 | 238 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.07 |
| HSL | 209.65º | 0.83% | 0.6% | - |
| HSV(B) | 209.65º | 0.71% | 0.93% | - |
| XYZ | 29.37 | 30.51 | 85.23 | - |
| YUV | 137.86 | 184.51 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 238 | 0.71 | 0.35 | 0 | 0.07 | 209.65 | 0.83 | 0.6 |
| Hex | 44 | 9A | EE | 47 | 23 | 0 | 7 | D2 | 53 | 3C |
| Octal | 104 | 232 | 356 | 107 | 43 | 0 | 7 | 322 | 123 | 74 |
| Binary | 1000100 | 10011010 | 11101110 | 1000111 | 100011 | 0 | 111 | 11010010 | 1010011 | 111100 |
Color Harmonies of #449AEE
Complementary color
Monochromatic Colors of #449AEE
Black with #449AEE
Text Example
Text Example
White with #449AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AEE; }
p { color: rgb(68,154,238); }
H1.HeaderClassName
{
color: #449AEE;
}
.AnyTagClassName
{
color: #449AEE;
}
</style>
background-color css
<style>
a { background-color: #449AEE; }
a { background-color: rgb(68,154,238); }
div.DivClassName
{
background-color: #449AEE;
}
.BgClassName
{
background-color: #449AEE;
}
</style>
border-color css
<style>
span { border-color: #449AEE; }
span { border-color: rgb(68,154,238); }
td.TdClassName
{
border-color: #449AEE;
}
.TagClassName
{
border-color: #449AEE;
}
</style>