Shades of Cornflower Blue #4B8FFC
Tints of Cornflower Blue #4B8FFC
RGB
CMYK
RGB Variations
Color information
#4B8FFC (or 0x4B8FFC) is known color: Cornflower Blue. HEX triplet: 4B, 8F and FC. RGB value is (75,143,252). Sum of RGB (Red+Green+Blue) = 75+143+252=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B8FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8FFC is #B47003. Grayscale: #868686. Windows color (decimal): -11825156 or 16551755. OLE color: 16551755.
HSL color Cylindrical-coordinate representation of color #4B8FFC: hue angle of 216.95º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B8FFC is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 143 | 252 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.01 |
| HSL | 216.95º | 0.97% | 0.64% | - |
| HSV(B) | 216.95º | 0.7% | 0.99% | - |
| XYZ | 30.29 | 28.17 | 95.94 | - |
| YUV | 135.09 | 193.97 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 252 | 0.70 | 0.43 | 0 | 0.01 | 216.95 | 0.97 | 0.64 |
| Hex | 4B | 8F | FC | 46 | 2B | 0 | 1 | D9 | 61 | 40 |
| Octal | 113 | 217 | 374 | 106 | 53 | 0 | 1 | 331 | 141 | 100 |
| Binary | 1001011 | 10001111 | 11111100 | 1000110 | 101011 | 0 | 1 | 11011001 | 1100001 | 1000000 |
Color Harmonies of #4B8FFC
Complementary color
Monochromatic Colors of #4B8FFC
Black with #4B8FFC
Text Example
Text Example
White with #4B8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8FFC; }
p { color: rgb(75,143,252); }
H1.HeaderClassName
{
color: #4B8FFC;
}
.AnyTagClassName
{
color: #4B8FFC;
}
</style>
background-color css
<style>
a { background-color: #4B8FFC; }
a { background-color: rgb(75,143,252); }
div.DivClassName
{
background-color: #4B8FFC;
}
.BgClassName
{
background-color: #4B8FFC;
}
</style>
border-color css
<style>
span { border-color: #4B8FFC; }
span { border-color: rgb(75,143,252); }
td.TdClassName
{
border-color: #4B8FFC;
}
.TagClassName
{
border-color: #4B8FFC;
}
</style>