Shades of Dodger Blue #1BABFF
Tints of Dodger Blue #1BABFF
RGB
CMYK
RGB Variations
Color information
#1BABFF (or 0x1BABFF) is known color: Dodger Blue. HEX triplet: 1B, AB and FF. RGB value is (27,171,255). Sum of RGB (Red+Green+Blue) = 27+171+255=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BABFF is #E45400. Grayscale: #898989. Windows color (decimal): -14963713 or 16755483. OLE color: 16755483.
HSL color Cylindrical-coordinate representation of color #1BABFF: hue angle of 202.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BABFF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 171 | 255 | - |
| CMYK | 0.89 | 0.33 | 0 | 0 |
| HSL | 202.11º | 1% | 0.55% | - |
| HSV(B) | 202.11º | 0.89% | 1% | - |
| XYZ | 33.06 | 36.58 | 99.93 | - |
| YUV | 137.52 | 194.29 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 255 | 0.89 | 0.33 | 0 | 0 | 202.11 | 1 | 0.55 |
| Hex | 1B | AB | FF | 59 | 21 | 0 | 0 | CA | 64 | 37 |
| Octal | 33 | 253 | 377 | 131 | 41 | 0 | 0 | 312 | 144 | 67 |
| Binary | 11011 | 10101011 | 11111111 | 1011001 | 100001 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #1BABFF
Complementary color
Monochromatic Colors of #1BABFF
Black with #1BABFF
Text Example
Text Example
White with #1BABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABFF; }
p { color: rgb(27,171,255); }
H1.HeaderClassName
{
color: #1BABFF;
}
.AnyTagClassName
{
color: #1BABFF;
}
</style>
background-color css
<style>
a { background-color: #1BABFF; }
a { background-color: rgb(27,171,255); }
div.DivClassName
{
background-color: #1BABFF;
}
.BgClassName
{
background-color: #1BABFF;
}
</style>
border-color css
<style>
span { border-color: #1BABFF; }
span { border-color: rgb(27,171,255); }
td.TdClassName
{
border-color: #1BABFF;
}
.TagClassName
{
border-color: #1BABFF;
}
</style>