Shades of Cornflower Blue #498AFB
Tints of Cornflower Blue #498AFB
RGB
CMYK
RGB Variations
Color information
#498AFB (or 0x498AFB) is known color: Cornflower Blue. HEX triplet: 49, 8A and FB. RGB value is (73,138,251). Sum of RGB (Red+Green+Blue) = 73+138+251=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #498AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498AFB is #B67504. Grayscale: #828282. Windows color (decimal): -11957509 or 16484937. OLE color: 16484937.
HSL color Cylindrical-coordinate representation of color #498AFB: hue angle of 218.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498AFB is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 138 | 251 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.02 |
| HSL | 218.09º | 0.96% | 0.64% | - |
| HSV(B) | 218.09º | 0.71% | 0.98% | - |
| XYZ | 29.25 | 26.56 | 94.85 | - |
| YUV | 131.45 | 195.47 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 251 | 0.71 | 0.45 | 0 | 0.02 | 218.09 | 0.96 | 0.64 |
| Hex | 49 | 8A | FB | 47 | 2D | 0 | 2 | DA | 60 | 40 |
| Octal | 111 | 212 | 373 | 107 | 55 | 0 | 2 | 332 | 140 | 100 |
| Binary | 1001001 | 10001010 | 11111011 | 1000111 | 101101 | 0 | 10 | 11011010 | 1100000 | 1000000 |
Color Harmonies of #498AFB
Complementary color
Monochromatic Colors of #498AFB
Black with #498AFB
Text Example
Text Example
White with #498AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498AFB; }
p { color: rgb(73,138,251); }
H1.HeaderClassName
{
color: #498AFB;
}
.AnyTagClassName
{
color: #498AFB;
}
</style>
background-color css
<style>
a { background-color: #498AFB; }
a { background-color: rgb(73,138,251); }
div.DivClassName
{
background-color: #498AFB;
}
.BgClassName
{
background-color: #498AFB;
}
</style>
border-color css
<style>
span { border-color: #498AFB; }
span { border-color: rgb(73,138,251); }
td.TdClassName
{
border-color: #498AFB;
}
.TagClassName
{
border-color: #498AFB;
}
</style>