Shades of Cornflower Blue #449BFD
Tints of Cornflower Blue #449BFD
RGB
CMYK
RGB Variations
Color information
#449BFD (or 0x449BFD) is known color: Cornflower Blue. HEX triplet: 44, 9B and FD. RGB value is (68,155,253). Sum of RGB (Red+Green+Blue) = 68+155+253=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #449BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BFD is #BB6402. Grayscale: #8B8B8B. Windows color (decimal): -12280835 or 16620356. OLE color: 16620356.
HSL color Cylindrical-coordinate representation of color #449BFD: hue angle of 211.78º 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 #449BFD is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 155 | 253 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.01 |
| HSL | 211.78º | 0.98% | 0.63% | - |
| HSV(B) | 211.78º | 0.73% | 0.99% | - |
| XYZ | 31.83 | 31.76 | 97.38 | - |
| YUV | 140.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 253 | 0.73 | 0.39 | 0 | 0.01 | 211.78 | 0.98 | 0.63 |
| Hex | 44 | 9B | FD | 49 | 27 | 0 | 1 | D4 | 62 | 3F |
| Octal | 104 | 233 | 375 | 111 | 47 | 0 | 1 | 324 | 142 | 77 |
| Binary | 1000100 | 10011011 | 11111101 | 1001001 | 100111 | 0 | 1 | 11010100 | 1100010 | 111111 |
Color Harmonies of #449BFD
Complementary color
Monochromatic Colors of #449BFD
Black with #449BFD
Text Example
Text Example
White with #449BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BFD; }
p { color: rgb(68,155,253); }
H1.HeaderClassName
{
color: #449BFD;
}
.AnyTagClassName
{
color: #449BFD;
}
</style>
background-color css
<style>
a { background-color: #449BFD; }
a { background-color: rgb(68,155,253); }
div.DivClassName
{
background-color: #449BFD;
}
.BgClassName
{
background-color: #449BFD;
}
</style>
border-color css
<style>
span { border-color: #449BFD; }
span { border-color: rgb(68,155,253); }
td.TdClassName
{
border-color: #449BFD;
}
.TagClassName
{
border-color: #449BFD;
}
</style>