Shades of Dodger Blue #1B7FEE
Tints of Dodger Blue #1B7FEE
RGB
CMYK
RGB Variations
Color information
#1B7FEE (or 0x1B7FEE) is known color: Dodger Blue. HEX triplet: 1B, 7F and EE. RGB value is (27,127,238). Sum of RGB (Red+Green+Blue) = 27+127+238=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B7FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FEE is #E48011. Grayscale: #6D6D6D. Windows color (decimal): -14974994 or 15630107. OLE color: 15630107.
HSL color Cylindrical-coordinate representation of color #1B7FEE: hue angle of 211.56º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7FEE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 127 | 238 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.07 |
| HSL | 211.56º | 0.86% | 0.52% | - |
| HSV(B) | 211.56º | 0.89% | 0.93% | - |
| XYZ | 23.47 | 21.58 | 83.82 | - |
| YUV | 109.75 | 200.37 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 238 | 0.89 | 0.47 | 0 | 0.07 | 211.56 | 0.86 | 0.52 |
| Hex | 1B | 7F | EE | 59 | 2F | 0 | 7 | D4 | 56 | 34 |
| Octal | 33 | 177 | 356 | 131 | 57 | 0 | 7 | 324 | 126 | 64 |
| Binary | 11011 | 1111111 | 11101110 | 1011001 | 101111 | 0 | 111 | 11010100 | 1010110 | 110100 |
Color Harmonies of #1B7FEE
Complementary color
Monochromatic Colors of #1B7FEE
Black with #1B7FEE
Text Example
Text Example
White with #1B7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7FEE; }
p { color: rgb(27,127,238); }
H1.HeaderClassName
{
color: #1B7FEE;
}
.AnyTagClassName
{
color: #1B7FEE;
}
</style>
background-color css
<style>
a { background-color: #1B7FEE; }
a { background-color: rgb(27,127,238); }
div.DivClassName
{
background-color: #1B7FEE;
}
.BgClassName
{
background-color: #1B7FEE;
}
</style>
border-color css
<style>
span { border-color: #1B7FEE; }
span { border-color: rgb(27,127,238); }
td.TdClassName
{
border-color: #1B7FEE;
}
.TagClassName
{
border-color: #1B7FEE;
}
</style>