Shades of Cornflower Blue #4B89DF
Tints of Cornflower Blue #4B89DF
RGB
CMYK
RGB Variations
Color information
#4B89DF (or 0x4B89DF) is known color: Cornflower Blue. HEX triplet: 4B, 89 and DF. RGB value is (75,137,223). Sum of RGB (Red+Green+Blue) = 75+137+223=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B89DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B89DF is #B47620. Grayscale: #7F7F7F. Windows color (decimal): -11826721 or 14649675. OLE color: 14649675.
HSL color Cylindrical-coordinate representation of color #4B89DF: hue angle of 214.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B89DF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 137 | 223 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.13 |
| HSL | 214.86º | 0.7% | 0.58% | - |
| HSV(B) | 214.86º | 0.66% | 0.87% | - |
| XYZ | 25.17 | 24.71 | 73.26 | - |
| YUV | 128.27 | 181.46 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 223 | 0.66 | 0.39 | 0 | 0.13 | 214.86 | 0.7 | 0.58 |
| Hex | 4B | 89 | DF | 42 | 27 | 0 | D | D7 | 46 | 3A |
| Octal | 113 | 211 | 337 | 102 | 47 | 0 | 15 | 327 | 106 | 72 |
| Binary | 1001011 | 10001001 | 11011111 | 1000010 | 100111 | 0 | 1101 | 11010111 | 1000110 | 111010 |
Color Harmonies of #4B89DF
Complementary color
Monochromatic Colors of #4B89DF
Black with #4B89DF
Text Example
Text Example
White with #4B89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B89DF; }
p { color: rgb(75,137,223); }
H1.HeaderClassName
{
color: #4B89DF;
}
.AnyTagClassName
{
color: #4B89DF;
}
</style>
background-color css
<style>
a { background-color: #4B89DF; }
a { background-color: rgb(75,137,223); }
div.DivClassName
{
background-color: #4B89DF;
}
.BgClassName
{
background-color: #4B89DF;
}
</style>
border-color css
<style>
span { border-color: #4B89DF; }
span { border-color: rgb(75,137,223); }
td.TdClassName
{
border-color: #4B89DF;
}
.TagClassName
{
border-color: #4B89DF;
}
</style>