Shades of Dodger Blue #1BA5EF
Tints of Dodger Blue #1BA5EF
RGB
CMYK
RGB Variations
Color information
#1BA5EF (or 0x1BA5EF) is known color: Dodger Blue. HEX triplet: 1B, A5 and EF. RGB value is (27,165,239). Sum of RGB (Red+Green+Blue) = 27+165+239=431 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.26% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BA5EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA5EF is #E45A10. Grayscale: #838383. Windows color (decimal): -14965265 or 15705371. OLE color: 15705371.
HSL color Cylindrical-coordinate representation of color #1BA5EF: hue angle of 200.94º 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 #1BA5EF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 165 | 239 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.06 |
| HSL | 200.94º | 0.87% | 0.52% | - |
| HSV(B) | 200.94º | 0.89% | 0.94% | - |
| XYZ | 29.49 | 33.38 | 86.55 | - |
| YUV | 132.17 | 188.28 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 239 | 0.89 | 0.31 | 0 | 0.06 | 200.94 | 0.87 | 0.52 |
| Hex | 1B | A5 | EF | 59 | 1F | 0 | 6 | C9 | 57 | 34 |
| Octal | 33 | 245 | 357 | 131 | 37 | 0 | 6 | 311 | 127 | 64 |
| Binary | 11011 | 10100101 | 11101111 | 1011001 | 11111 | 0 | 110 | 11001001 | 1010111 | 110100 |
Color Harmonies of #1BA5EF
Complementary color
Monochromatic Colors of #1BA5EF
Black with #1BA5EF
Text Example
Text Example
White with #1BA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA5EF; }
p { color: rgb(27,165,239); }
H1.HeaderClassName
{
color: #1BA5EF;
}
.AnyTagClassName
{
color: #1BA5EF;
}
</style>
background-color css
<style>
a { background-color: #1BA5EF; }
a { background-color: rgb(27,165,239); }
div.DivClassName
{
background-color: #1BA5EF;
}
.BgClassName
{
background-color: #1BA5EF;
}
</style>
border-color css
<style>
span { border-color: #1BA5EF; }
span { border-color: rgb(27,165,239); }
td.TdClassName
{
border-color: #1BA5EF;
}
.TagClassName
{
border-color: #1BA5EF;
}
</style>