Shades of Dodger Blue #1BA5FB
Tints of Dodger Blue #1BA5FB
RGB
CMYK
RGB Variations
Color information
#1BA5FB (or 0x1BA5FB) is known color: Dodger Blue. HEX triplet: 1B, A5 and FB. RGB value is (27,165,251). Sum of RGB (Red+Green+Blue) = 27+165+251=443 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.09% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BA5FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA5FB is #E45A04. Grayscale: #858585. Windows color (decimal): -14965253 or 16491803. OLE color: 16491803.
HSL color Cylindrical-coordinate representation of color #1BA5FB: hue angle of 203.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA5FB is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 165 | 251 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.02 |
| HSL | 203.04º | 0.97% | 0.55% | - |
| HSV(B) | 203.04º | 0.89% | 0.98% | - |
| XYZ | 31.32 | 34.11 | 96.2 | - |
| YUV | 133.54 | 194.28 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 251 | 0.89 | 0.34 | 0 | 0.02 | 203.04 | 0.97 | 0.55 |
| Hex | 1B | A5 | FB | 59 | 22 | 0 | 2 | CB | 61 | 37 |
| Octal | 33 | 245 | 373 | 131 | 42 | 0 | 2 | 313 | 141 | 67 |
| Binary | 11011 | 10100101 | 11111011 | 1011001 | 100010 | 0 | 10 | 11001011 | 1100001 | 110111 |
Color Harmonies of #1BA5FB
Complementary color
Monochromatic Colors of #1BA5FB
Black with #1BA5FB
Text Example
Text Example
White with #1BA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA5FB; }
p { color: rgb(27,165,251); }
H1.HeaderClassName
{
color: #1BA5FB;
}
.AnyTagClassName
{
color: #1BA5FB;
}
</style>
background-color css
<style>
a { background-color: #1BA5FB; }
a { background-color: rgb(27,165,251); }
div.DivClassName
{
background-color: #1BA5FB;
}
.BgClassName
{
background-color: #1BA5FB;
}
</style>
border-color css
<style>
span { border-color: #1BA5FB; }
span { border-color: rgb(27,165,251); }
td.TdClassName
{
border-color: #1BA5FB;
}
.TagClassName
{
border-color: #1BA5FB;
}
</style>