Shades of Dodger Blue #1BAEFD
Tints of Dodger Blue #1BAEFD
RGB
CMYK
RGB Variations
Color information
#1BAEFD (or 0x1BAEFD) is known color: Dodger Blue. HEX triplet: 1B, AE and FD. RGB value is (27,174,253). Sum of RGB (Red+Green+Blue) = 27+174+253=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BAEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAEFD is #E45102. Grayscale: #8A8A8A. Windows color (decimal): -14962947 or 16625179. OLE color: 16625179.
HSL color Cylindrical-coordinate representation of color #1BAEFD: hue angle of 200.97º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAEFD is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 174 | 253 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.01 |
| HSL | 200.97º | 0.98% | 0.55% | - |
| HSV(B) | 200.97º | 0.89% | 0.99% | - |
| XYZ | 33.32 | 37.6 | 98.43 | - |
| YUV | 139.05 | 192.3 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 253 | 0.89 | 0.31 | 0 | 0.01 | 200.97 | 0.98 | 0.55 |
| Hex | 1B | AE | FD | 59 | 1F | 0 | 1 | C9 | 62 | 37 |
| Octal | 33 | 256 | 375 | 131 | 37 | 0 | 1 | 311 | 142 | 67 |
| Binary | 11011 | 10101110 | 11111101 | 1011001 | 11111 | 0 | 1 | 11001001 | 1100010 | 110111 |
Color Harmonies of #1BAEFD
Complementary color
Monochromatic Colors of #1BAEFD
Black with #1BAEFD
Text Example
Text Example
White with #1BAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEFD; }
p { color: rgb(27,174,253); }
H1.HeaderClassName
{
color: #1BAEFD;
}
.AnyTagClassName
{
color: #1BAEFD;
}
</style>
background-color css
<style>
a { background-color: #1BAEFD; }
a { background-color: rgb(27,174,253); }
div.DivClassName
{
background-color: #1BAEFD;
}
.BgClassName
{
background-color: #1BAEFD;
}
</style>
border-color css
<style>
span { border-color: #1BAEFD; }
span { border-color: rgb(27,174,253); }
td.TdClassName
{
border-color: #1BAEFD;
}
.TagClassName
{
border-color: #1BAEFD;
}
</style>