Shades of Cornflower Blue #4BA5FD
Tints of Cornflower Blue #4BA5FD
RGB
CMYK
RGB Variations
Color information
#4BA5FD (or 0x4BA5FD) is known color: Cornflower Blue. HEX triplet: 4B, A5 and FD. RGB value is (75,165,253). Sum of RGB (Red+Green+Blue) = 75+165+253=493 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.21% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BA5FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA5FD is #B45A02. Grayscale: #939393. Windows color (decimal): -11819523 or 16622923. OLE color: 16622923.
HSL color Cylindrical-coordinate representation of color #4BA5FD: hue angle of 209.66º degrees, saturation: 0.98, 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 #4BA5FD is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 165 | 253 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.01 |
| HSL | 209.66º | 0.98% | 0.64% | - |
| HSV(B) | 209.66º | 0.7% | 0.99% | - |
| XYZ | 34.09 | 35.5 | 97.98 | - |
| YUV | 148.12 | 187.18 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 253 | 0.70 | 0.35 | 0 | 0.01 | 209.66 | 0.98 | 0.64 |
| Hex | 4B | A5 | FD | 46 | 23 | 0 | 1 | D2 | 62 | 40 |
| Octal | 113 | 245 | 375 | 106 | 43 | 0 | 1 | 322 | 142 | 100 |
| Binary | 1001011 | 10100101 | 11111101 | 1000110 | 100011 | 0 | 1 | 11010010 | 1100010 | 1000000 |
Color Harmonies of #4BA5FD
Complementary color
Monochromatic Colors of #4BA5FD
Black with #4BA5FD
Text Example
Text Example
White with #4BA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA5FD; }
p { color: rgb(75,165,253); }
H1.HeaderClassName
{
color: #4BA5FD;
}
.AnyTagClassName
{
color: #4BA5FD;
}
</style>
background-color css
<style>
a { background-color: #4BA5FD; }
a { background-color: rgb(75,165,253); }
div.DivClassName
{
background-color: #4BA5FD;
}
.BgClassName
{
background-color: #4BA5FD;
}
</style>
border-color css
<style>
span { border-color: #4BA5FD; }
span { border-color: rgb(75,165,253); }
td.TdClassName
{
border-color: #4BA5FD;
}
.TagClassName
{
border-color: #4BA5FD;
}
</style>