Shades of Dodger Blue #1BAEFE
Tints of Dodger Blue #1BAEFE
RGB
CMYK
RGB Variations
Color information
#1BAEFE (or 0x1BAEFE) is known color: Dodger Blue. HEX triplet: 1B, AE and FE. RGB value is (27,174,254). Sum of RGB (Red+Green+Blue) = 27+174+254=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BAEFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAEFE is #E45101. Grayscale: #8A8A8A. Windows color (decimal): -14962946 or 16690715. OLE color: 16690715.
HSL color Cylindrical-coordinate representation of color #1BAEFE: hue angle of 201.15º 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 #1BAEFE is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 174 | 254 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.00 |
| HSL | 201.15º | 0.99% | 0.55% | - |
| HSV(B) | 201.15º | 0.89% | 1% | - |
| XYZ | 33.48 | 37.66 | 99.27 | - |
| YUV | 139.17 | 192.8 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 254 | 0.89 | 0.31 | 0 | 0.00 | 201.15 | 0.99 | 0.55 |
| Hex | 1B | AE | FE | 59 | 1F | 0 | 0 | C9 | 63 | 37 |
| Octal | 33 | 256 | 376 | 131 | 37 | 0 | 0 | 311 | 143 | 67 |
| Binary | 11011 | 10101110 | 11111110 | 1011001 | 11111 | 0 | 0 | 11001001 | 1100011 | 110111 |
Color Harmonies of #1BAEFE
Complementary color
Monochromatic Colors of #1BAEFE
Black with #1BAEFE
Text Example
Text Example
White with #1BAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEFE; }
p { color: rgb(27,174,254); }
H1.HeaderClassName
{
color: #1BAEFE;
}
.AnyTagClassName
{
color: #1BAEFE;
}
</style>
background-color css
<style>
a { background-color: #1BAEFE; }
a { background-color: rgb(27,174,254); }
div.DivClassName
{
background-color: #1BAEFE;
}
.BgClassName
{
background-color: #1BAEFE;
}
</style>
border-color css
<style>
span { border-color: #1BAEFE; }
span { border-color: rgb(27,174,254); }
td.TdClassName
{
border-color: #1BAEFE;
}
.TagClassName
{
border-color: #1BAEFE;
}
</style>