Shades of Cornflower Blue #4B8FFF
Tints of Cornflower Blue #4B8FFF
RGB
CMYK
RGB Variations
Color information
#4B8FFF (or 0x4B8FFF) is known color: Cornflower Blue. HEX triplet: 4B, 8F and FF. RGB value is (75,143,255). Sum of RGB (Red+Green+Blue) = 75+143+255=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B8FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8FFF is #B47000. Grayscale: #868686. Windows color (decimal): -11825153 or 16748363. OLE color: 16748363.
HSL color Cylindrical-coordinate representation of color #4B8FFF: hue angle of 217.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B8FFF is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 143 | 255 | - |
| CMYK | 0.71 | 0.44 | 0 | 0 |
| HSL | 217.33º | 1% | 0.65% | - |
| HSV(B) | 217.33º | 0.71% | 1% | - |
| XYZ | 30.77 | 28.36 | 98.46 | - |
| YUV | 135.44 | 195.47 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 255 | 0.71 | 0.44 | 0 | 0 | 217.33 | 1 | 0.65 |
| Hex | 4B | 8F | FF | 47 | 2C | 0 | 0 | D9 | 64 | 41 |
| Octal | 113 | 217 | 377 | 107 | 54 | 0 | 0 | 331 | 144 | 101 |
| Binary | 1001011 | 10001111 | 11111111 | 1000111 | 101100 | 0 | 0 | 11011001 | 1100100 | 1000001 |
Color Harmonies of #4B8FFF
Complementary color
Monochromatic Colors of #4B8FFF
Black with #4B8FFF
Text Example
Text Example
White with #4B8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8FFF; }
p { color: rgb(75,143,255); }
H1.HeaderClassName
{
color: #4B8FFF;
}
.AnyTagClassName
{
color: #4B8FFF;
}
</style>
background-color css
<style>
a { background-color: #4B8FFF; }
a { background-color: rgb(75,143,255); }
div.DivClassName
{
background-color: #4B8FFF;
}
.BgClassName
{
background-color: #4B8FFF;
}
</style>
border-color css
<style>
span { border-color: #4B8FFF; }
span { border-color: rgb(75,143,255); }
td.TdClassName
{
border-color: #4B8FFF;
}
.TagClassName
{
border-color: #4B8FFF;
}
</style>