Shades of Dodger Blue #1BA3FB
Tints of Dodger Blue #1BA3FB
RGB
CMYK
RGB Variations
Color information
#1BA3FB (or 0x1BA3FB) is known color: Dodger Blue. HEX triplet: 1B, A3 and FB. RGB value is (27,163,251). Sum of RGB (Red+Green+Blue) = 27+163+251=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BA3FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA3FB is #E45C04. Grayscale: #838383. Windows color (decimal): -14965765 or 16491291. OLE color: 16491291.
HSL color Cylindrical-coordinate representation of color #1BA3FB: hue angle of 203.57º 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 #1BA3FB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 163 | 251 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.02 |
| HSL | 203.57º | 0.97% | 0.55% | - |
| HSV(B) | 203.57º | 0.89% | 0.98% | - |
| XYZ | 30.96 | 33.39 | 96.08 | - |
| YUV | 132.37 | 194.94 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 251 | 0.89 | 0.35 | 0 | 0.02 | 203.57 | 0.97 | 0.55 |
| Hex | 1B | A3 | FB | 59 | 23 | 0 | 2 | CC | 61 | 37 |
| Octal | 33 | 243 | 373 | 131 | 43 | 0 | 2 | 314 | 141 | 67 |
| Binary | 11011 | 10100011 | 11111011 | 1011001 | 100011 | 0 | 10 | 11001100 | 1100001 | 110111 |
Color Harmonies of #1BA3FB
Complementary color
Monochromatic Colors of #1BA3FB
Black with #1BA3FB
Text Example
Text Example
White with #1BA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA3FB; }
p { color: rgb(27,163,251); }
H1.HeaderClassName
{
color: #1BA3FB;
}
.AnyTagClassName
{
color: #1BA3FB;
}
</style>
background-color css
<style>
a { background-color: #1BA3FB; }
a { background-color: rgb(27,163,251); }
div.DivClassName
{
background-color: #1BA3FB;
}
.BgClassName
{
background-color: #1BA3FB;
}
</style>
border-color css
<style>
span { border-color: #1BA3FB; }
span { border-color: rgb(27,163,251); }
td.TdClassName
{
border-color: #1BA3FB;
}
.TagClassName
{
border-color: #1BA3FB;
}
</style>