Shades of Dodger Blue #1BABFB
Tints of Dodger Blue #1BABFB
RGB
CMYK
RGB Variations
Color information
#1BABFB (or 0x1BABFB) is known color: Dodger Blue. HEX triplet: 1B, AB and FB. RGB value is (27,171,251). Sum of RGB (Red+Green+Blue) = 27+171+251=449 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.01% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BABFB is #E45404. Grayscale: #888888. Windows color (decimal): -14963717 or 16493339. OLE color: 16493339.
HSL color Cylindrical-coordinate representation of color #1BABFB: hue angle of 201.43º 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 #1BABFB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 171 | 251 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.02 |
| HSL | 201.43º | 0.97% | 0.55% | - |
| HSV(B) | 201.43º | 0.89% | 0.98% | - |
| XYZ | 32.43 | 36.32 | 96.57 | - |
| YUV | 137.06 | 192.29 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 251 | 0.89 | 0.32 | 0 | 0.02 | 201.43 | 0.97 | 0.55 |
| Hex | 1B | AB | FB | 59 | 20 | 0 | 2 | C9 | 61 | 37 |
| Octal | 33 | 253 | 373 | 131 | 40 | 0 | 2 | 311 | 141 | 67 |
| Binary | 11011 | 10101011 | 11111011 | 1011001 | 100000 | 0 | 10 | 11001001 | 1100001 | 110111 |
Color Harmonies of #1BABFB
Complementary color
Monochromatic Colors of #1BABFB
Black with #1BABFB
Text Example
Text Example
White with #1BABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABFB; }
p { color: rgb(27,171,251); }
H1.HeaderClassName
{
color: #1BABFB;
}
.AnyTagClassName
{
color: #1BABFB;
}
</style>
background-color css
<style>
a { background-color: #1BABFB; }
a { background-color: rgb(27,171,251); }
div.DivClassName
{
background-color: #1BABFB;
}
.BgClassName
{
background-color: #1BABFB;
}
</style>
border-color css
<style>
span { border-color: #1BABFB; }
span { border-color: rgb(27,171,251); }
td.TdClassName
{
border-color: #1BABFB;
}
.TagClassName
{
border-color: #1BABFB;
}
</style>