Shades of Dodger Blue #1BA2EF
Tints of Dodger Blue #1BA2EF
RGB
CMYK
RGB Variations
Color information
#1BA2EF (or 0x1BA2EF) is known color: Dodger Blue. HEX triplet: 1B, A2 and EF. RGB value is (27,162,239). Sum of RGB (Red+Green+Blue) = 27+162+239=428 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.31% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BA2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA2EF is #E45D10. Grayscale: #818181. Windows color (decimal): -14966033 or 15704603. OLE color: 15704603.
HSL color Cylindrical-coordinate representation of color #1BA2EF: hue angle of 201.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA2EF is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 162 | 239 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.06 |
| HSL | 201.79º | 0.87% | 0.52% | - |
| HSV(B) | 201.79º | 0.89% | 0.94% | - |
| XYZ | 28.95 | 32.31 | 86.37 | - |
| YUV | 130.41 | 189.27 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 162 | 239 | 0.89 | 0.32 | 0 | 0.06 | 201.79 | 0.87 | 0.52 |
| Hex | 1B | A2 | EF | 59 | 20 | 0 | 6 | CA | 57 | 34 |
| Octal | 33 | 242 | 357 | 131 | 40 | 0 | 6 | 312 | 127 | 64 |
| Binary | 11011 | 10100010 | 11101111 | 1011001 | 100000 | 0 | 110 | 11001010 | 1010111 | 110100 |
Color Harmonies of #1BA2EF
Complementary color
Monochromatic Colors of #1BA2EF
Black with #1BA2EF
Text Example
Text Example
White with #1BA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA2EF; }
p { color: rgb(27,162,239); }
H1.HeaderClassName
{
color: #1BA2EF;
}
.AnyTagClassName
{
color: #1BA2EF;
}
</style>
background-color css
<style>
a { background-color: #1BA2EF; }
a { background-color: rgb(27,162,239); }
div.DivClassName
{
background-color: #1BA2EF;
}
.BgClassName
{
background-color: #1BA2EF;
}
</style>
border-color css
<style>
span { border-color: #1BA2EF; }
span { border-color: rgb(27,162,239); }
td.TdClassName
{
border-color: #1BA2EF;
}
.TagClassName
{
border-color: #1BA2EF;
}
</style>