Shades of Dodger Blue #1BABFD
Tints of Dodger Blue #1BABFD
RGB
CMYK
RGB Variations
Color information
#1BABFD (or 0x1BABFD) is known color: Dodger Blue. HEX triplet: 1B, AB and FD. RGB value is (27,171,253). Sum of RGB (Red+Green+Blue) = 27+171+253=451 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.99% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BABFD is #E45402. Grayscale: #888888. Windows color (decimal): -14963715 or 16624411. OLE color: 16624411.
HSL color Cylindrical-coordinate representation of color #1BABFD: hue angle of 201.77º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BABFD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 171 | 253 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.01 |
| HSL | 201.77º | 0.98% | 0.55% | - |
| HSV(B) | 201.77º | 0.89% | 0.99% | - |
| XYZ | 32.74 | 36.45 | 98.24 | - |
| YUV | 137.29 | 193.29 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 253 | 0.89 | 0.32 | 0 | 0.01 | 201.77 | 0.98 | 0.55 |
| Hex | 1B | AB | FD | 59 | 20 | 0 | 1 | CA | 62 | 37 |
| Octal | 33 | 253 | 375 | 131 | 40 | 0 | 1 | 312 | 142 | 67 |
| Binary | 11011 | 10101011 | 11111101 | 1011001 | 100000 | 0 | 1 | 11001010 | 1100010 | 110111 |
Color Harmonies of #1BABFD
Complementary color
Monochromatic Colors of #1BABFD
Black with #1BABFD
Text Example
Text Example
White with #1BABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABFD; }
p { color: rgb(27,171,253); }
H1.HeaderClassName
{
color: #1BABFD;
}
.AnyTagClassName
{
color: #1BABFD;
}
</style>
background-color css
<style>
a { background-color: #1BABFD; }
a { background-color: rgb(27,171,253); }
div.DivClassName
{
background-color: #1BABFD;
}
.BgClassName
{
background-color: #1BABFD;
}
</style>
border-color css
<style>
span { border-color: #1BABFD; }
span { border-color: rgb(27,171,253); }
td.TdClassName
{
border-color: #1BABFD;
}
.TagClassName
{
border-color: #1BABFD;
}
</style>