Shades of Cornflower Blue #489BFB
Tints of Cornflower Blue #489BFB
RGB
CMYK
RGB Variations
Color information
#489BFB (or 0x489BFB) is known color: Cornflower Blue. HEX triplet: 48, 9B and FB. RGB value is (72,155,251). Sum of RGB (Red+Green+Blue) = 72+155+251=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #489BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489BFB is #B76404. Grayscale: #8C8C8C. Windows color (decimal): -12018693 or 16489288. OLE color: 16489288.
HSL color Cylindrical-coordinate representation of color #489BFB: hue angle of 212.18º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #489BFB is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 155 | 251 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.02 |
| HSL | 212.18º | 0.96% | 0.63% | - |
| HSV(B) | 212.18º | 0.71% | 0.98% | - |
| XYZ | 31.81 | 31.79 | 95.73 | - |
| YUV | 141.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 251 | 0.71 | 0.38 | 0 | 0.02 | 212.18 | 0.96 | 0.63 |
| Hex | 48 | 9B | FB | 47 | 26 | 0 | 2 | D4 | 60 | 3F |
| Octal | 110 | 233 | 373 | 107 | 46 | 0 | 2 | 324 | 140 | 77 |
| Binary | 1001000 | 10011011 | 11111011 | 1000111 | 100110 | 0 | 10 | 11010100 | 1100000 | 111111 |
Color Harmonies of #489BFB
Complementary color
Monochromatic Colors of #489BFB
Black with #489BFB
Text Example
Text Example
White with #489BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BFB; }
p { color: rgb(72,155,251); }
H1.HeaderClassName
{
color: #489BFB;
}
.AnyTagClassName
{
color: #489BFB;
}
</style>
background-color css
<style>
a { background-color: #489BFB; }
a { background-color: rgb(72,155,251); }
div.DivClassName
{
background-color: #489BFB;
}
.BgClassName
{
background-color: #489BFB;
}
</style>
border-color css
<style>
span { border-color: #489BFB; }
span { border-color: rgb(72,155,251); }
td.TdClassName
{
border-color: #489BFB;
}
.TagClassName
{
border-color: #489BFB;
}
</style>