Shades of Dodger Blue #1BA3F6
Tints of Dodger Blue #1BA3F6
RGB
CMYK
RGB Variations
Color information
#1BA3F6 (or 0x1BA3F6) is known color: Dodger Blue. HEX triplet: 1B, A3 and F6. RGB value is (27,163,246). Sum of RGB (Red+Green+Blue) = 27+163+246=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #1BA3F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA3F6 is #E45C09. Grayscale: #838383. Windows color (decimal): -14965770 or 16163611. OLE color: 16163611.
HSL color Cylindrical-coordinate representation of color #1BA3F6: hue angle of 202.74º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA3F6 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 163 | 246 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.04 |
| HSL | 202.74º | 0.92% | 0.54% | - |
| HSV(B) | 202.74º | 0.89% | 0.96% | - |
| XYZ | 30.18 | 33.08 | 91.98 | - |
| YUV | 131.8 | 192.44 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 246 | 0.89 | 0.34 | 0 | 0.04 | 202.74 | 0.92 | 0.54 |
| Hex | 1B | A3 | F6 | 59 | 22 | 0 | 4 | CB | 5C | 36 |
| Octal | 33 | 243 | 366 | 131 | 42 | 0 | 4 | 313 | 134 | 66 |
| Binary | 11011 | 10100011 | 11110110 | 1011001 | 100010 | 0 | 100 | 11001011 | 1011100 | 110110 |
Color Harmonies of #1BA3F6
Complementary color
Monochromatic Colors of #1BA3F6
Black with #1BA3F6
Text Example
Text Example
White with #1BA3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA3F6; }
p { color: rgb(27,163,246); }
H1.HeaderClassName
{
color: #1BA3F6;
}
.AnyTagClassName
{
color: #1BA3F6;
}
</style>
background-color css
<style>
a { background-color: #1BA3F6; }
a { background-color: rgb(27,163,246); }
div.DivClassName
{
background-color: #1BA3F6;
}
.BgClassName
{
background-color: #1BA3F6;
}
</style>
border-color css
<style>
span { border-color: #1BA3F6; }
span { border-color: rgb(27,163,246); }
td.TdClassName
{
border-color: #1BA3F6;
}
.TagClassName
{
border-color: #1BA3F6;
}
</style>