Shades of Dodger Blue #1B7AFE
Tints of Dodger Blue #1B7AFE
RGB
CMYK
RGB Variations
Color information
#1B7AFE (or 0x1B7AFE) is known color: Dodger Blue. HEX triplet: 1B, 7A and FE. RGB value is (27,122,254). Sum of RGB (Red+Green+Blue) = 27+122+254=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B7AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7AFE is #E48501. Grayscale: #6C6C6C. Windows color (decimal): -14976258 or 16677403. OLE color: 16677403.
HSL color Cylindrical-coordinate representation of color #1B7AFE: hue angle of 214.89º 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 #1B7AFE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 122 | 254 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.00 |
| HSL | 214.89º | 0.99% | 0.55% | - |
| HSV(B) | 214.89º | 0.89% | 1% | - |
| XYZ | 25.3 | 21.31 | 96.55 | - |
| YUV | 108.64 | 210.03 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 254 | 0.89 | 0.52 | 0 | 0.00 | 214.89 | 0.99 | 0.55 |
| Hex | 1B | 7A | FE | 59 | 34 | 0 | 0 | D7 | 63 | 37 |
| Octal | 33 | 172 | 376 | 131 | 64 | 0 | 0 | 327 | 143 | 67 |
| Binary | 11011 | 1111010 | 11111110 | 1011001 | 110100 | 0 | 0 | 11010111 | 1100011 | 110111 |
Color Harmonies of #1B7AFE
Complementary color
Monochromatic Colors of #1B7AFE
Black with #1B7AFE
Text Example
Text Example
White with #1B7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7AFE; }
p { color: rgb(27,122,254); }
H1.HeaderClassName
{
color: #1B7AFE;
}
.AnyTagClassName
{
color: #1B7AFE;
}
</style>
background-color css
<style>
a { background-color: #1B7AFE; }
a { background-color: rgb(27,122,254); }
div.DivClassName
{
background-color: #1B7AFE;
}
.BgClassName
{
background-color: #1B7AFE;
}
</style>
border-color css
<style>
span { border-color: #1B7AFE; }
span { border-color: rgb(27,122,254); }
td.TdClassName
{
border-color: #1B7AFE;
}
.TagClassName
{
border-color: #1B7AFE;
}
</style>