Shades of Dodger Blue #1BA5FF
Tints of Dodger Blue #1BA5FF
RGB
CMYK
RGB Variations
Color information
#1BA5FF (or 0x1BA5FF) is known color: Dodger Blue. HEX triplet: 1B, A5 and FF. RGB value is (27,165,255). Sum of RGB (Red+Green+Blue) = 27+165+255=447 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.04% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BA5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA5FF is #E45A00. Grayscale: #858585. Windows color (decimal): -14965249 or 16753947. OLE color: 16753947.
HSL color Cylindrical-coordinate representation of color #1BA5FF: hue angle of 203.68º 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 #1BA5FF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 165 | 255 | - |
| CMYK | 0.89 | 0.35 | 0 | 0 |
| HSL | 203.68º | 1% | 0.55% | - |
| HSV(B) | 203.68º | 0.89% | 1% | - |
| XYZ | 31.96 | 34.36 | 99.56 | - |
| YUV | 134 | 196.28 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 255 | 0.89 | 0.35 | 0 | 0 | 203.68 | 1 | 0.55 |
| Hex | 1B | A5 | FF | 59 | 23 | 0 | 0 | CC | 64 | 37 |
| Octal | 33 | 245 | 377 | 131 | 43 | 0 | 0 | 314 | 144 | 67 |
| Binary | 11011 | 10100101 | 11111111 | 1011001 | 100011 | 0 | 0 | 11001100 | 1100100 | 110111 |
Color Harmonies of #1BA5FF
Complementary color
Monochromatic Colors of #1BA5FF
Black with #1BA5FF
Text Example
Text Example
White with #1BA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA5FF; }
p { color: rgb(27,165,255); }
H1.HeaderClassName
{
color: #1BA5FF;
}
.AnyTagClassName
{
color: #1BA5FF;
}
</style>
background-color css
<style>
a { background-color: #1BA5FF; }
a { background-color: rgb(27,165,255); }
div.DivClassName
{
background-color: #1BA5FF;
}
.BgClassName
{
background-color: #1BA5FF;
}
</style>
border-color css
<style>
span { border-color: #1BA5FF; }
span { border-color: rgb(27,165,255); }
td.TdClassName
{
border-color: #1BA5FF;
}
.TagClassName
{
border-color: #1BA5FF;
}
</style>