Shades of Dodger Blue #1BAAFE
Tints of Dodger Blue #1BAAFE
RGB
CMYK
RGB Variations
Color information
#1BAAFE (or 0x1BAAFE) is known color: Dodger Blue. HEX triplet: 1B, AA and FE. RGB value is (27,170,254). Sum of RGB (Red+Green+Blue) = 27+170+254=451 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.99% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BAAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAAFE is #E45501. Grayscale: #888888. Windows color (decimal): -14963970 or 16689691. OLE color: 16689691.
HSL color Cylindrical-coordinate representation of color #1BAAFE: hue angle of 202.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAAFE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 170 | 254 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.00 |
| HSL | 202.2º | 0.99% | 0.55% | - |
| HSV(B) | 202.2º | 0.89% | 1% | - |
| XYZ | 32.72 | 36.14 | 99.02 | - |
| YUV | 136.82 | 194.12 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 254 | 0.89 | 0.33 | 0 | 0.00 | 202.2 | 0.99 | 0.55 |
| Hex | 1B | AA | FE | 59 | 21 | 0 | 0 | CA | 63 | 37 |
| Octal | 33 | 252 | 376 | 131 | 41 | 0 | 0 | 312 | 143 | 67 |
| Binary | 11011 | 10101010 | 11111110 | 1011001 | 100001 | 0 | 0 | 11001010 | 1100011 | 110111 |
Color Harmonies of #1BAAFE
Complementary color
Monochromatic Colors of #1BAAFE
Black with #1BAAFE
Text Example
Text Example
White with #1BAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAAFE; }
p { color: rgb(27,170,254); }
H1.HeaderClassName
{
color: #1BAAFE;
}
.AnyTagClassName
{
color: #1BAAFE;
}
</style>
background-color css
<style>
a { background-color: #1BAAFE; }
a { background-color: rgb(27,170,254); }
div.DivClassName
{
background-color: #1BAAFE;
}
.BgClassName
{
background-color: #1BAAFE;
}
</style>
border-color css
<style>
span { border-color: #1BAAFE; }
span { border-color: rgb(27,170,254); }
td.TdClassName
{
border-color: #1BAAFE;
}
.TagClassName
{
border-color: #1BAAFE;
}
</style>