Shades of Dodger Blue #1BA1FD
Tints of Dodger Blue #1BA1FD
RGB
CMYK
RGB Variations
Color information
#1BA1FD (or 0x1BA1FD) is known color: Dodger Blue. HEX triplet: 1B, A1 and FD. RGB value is (27,161,253). Sum of RGB (Red+Green+Blue) = 27+161+253=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BA1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA1FD is #E45E02. Grayscale: #828282. Windows color (decimal): -14966275 or 16621851. OLE color: 16621851.
HSL color Cylindrical-coordinate representation of color #1BA1FD: hue angle of 204.42º 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 #1BA1FD is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 161 | 253 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.01 |
| HSL | 204.42º | 0.98% | 0.55% | - |
| HSV(B) | 204.42º | 0.89% | 0.99% | - |
| XYZ | 30.93 | 32.81 | 97.63 | - |
| YUV | 131.42 | 196.61 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 253 | 0.89 | 0.36 | 0 | 0.01 | 204.42 | 0.98 | 0.55 |
| Hex | 1B | A1 | FD | 59 | 24 | 0 | 1 | CC | 62 | 37 |
| Octal | 33 | 241 | 375 | 131 | 44 | 0 | 1 | 314 | 142 | 67 |
| Binary | 11011 | 10100001 | 11111101 | 1011001 | 100100 | 0 | 1 | 11001100 | 1100010 | 110111 |
Color Harmonies of #1BA1FD
Complementary color
Monochromatic Colors of #1BA1FD
Black with #1BA1FD
Text Example
Text Example
White with #1BA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1FD; }
p { color: rgb(27,161,253); }
H1.HeaderClassName
{
color: #1BA1FD;
}
.AnyTagClassName
{
color: #1BA1FD;
}
</style>
background-color css
<style>
a { background-color: #1BA1FD; }
a { background-color: rgb(27,161,253); }
div.DivClassName
{
background-color: #1BA1FD;
}
.BgClassName
{
background-color: #1BA1FD;
}
</style>
border-color css
<style>
span { border-color: #1BA1FD; }
span { border-color: rgb(27,161,253); }
td.TdClassName
{
border-color: #1BA1FD;
}
.TagClassName
{
border-color: #1BA1FD;
}
</style>