Shades of Dodger Blue #1BA6FF
Tints of Dodger Blue #1BA6FF
RGB
CMYK
RGB Variations
Color information
#1BA6FF (or 0x1BA6FF) is known color: Dodger Blue. HEX triplet: 1B, A6 and FF. RGB value is (27,166,255). Sum of RGB (Red+Green+Blue) = 27+166+255=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BA6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA6FF is #E45900. Grayscale: #868686. Windows color (decimal): -14964993 or 16754203. OLE color: 16754203.
HSL color Cylindrical-coordinate representation of color #1BA6FF: hue angle of 203.42º 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 #1BA6FF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 166 | 255 | - |
| CMYK | 0.89 | 0.35 | 0 | 0 |
| HSL | 203.42º | 1% | 0.55% | - |
| HSV(B) | 203.42º | 0.89% | 1% | - |
| XYZ | 32.14 | 34.73 | 99.62 | - |
| YUV | 134.59 | 195.95 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 255 | 0.89 | 0.35 | 0 | 0 | 203.42 | 1 | 0.55 |
| Hex | 1B | A6 | FF | 59 | 23 | 0 | 0 | CB | 64 | 37 |
| Octal | 33 | 246 | 377 | 131 | 43 | 0 | 0 | 313 | 144 | 67 |
| Binary | 11011 | 10100110 | 11111111 | 1011001 | 100011 | 0 | 0 | 11001011 | 1100100 | 110111 |
Color Harmonies of #1BA6FF
Complementary color
Monochromatic Colors of #1BA6FF
Black with #1BA6FF
Text Example
Text Example
White with #1BA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA6FF; }
p { color: rgb(27,166,255); }
H1.HeaderClassName
{
color: #1BA6FF;
}
.AnyTagClassName
{
color: #1BA6FF;
}
</style>
background-color css
<style>
a { background-color: #1BA6FF; }
a { background-color: rgb(27,166,255); }
div.DivClassName
{
background-color: #1BA6FF;
}
.BgClassName
{
background-color: #1BA6FF;
}
</style>
border-color css
<style>
span { border-color: #1BA6FF; }
span { border-color: rgb(27,166,255); }
td.TdClassName
{
border-color: #1BA6FF;
}
.TagClassName
{
border-color: #1BA6FF;
}
</style>