Shades of Dodger Blue #155EFF
Tints of Dodger Blue #155EFF
RGB
CMYK
RGB Variations
Color information
#155EFF (or 0x155EFF) is known color: Dodger Blue. HEX triplet: 15, 5E and FF. RGB value is (21,94,255). Sum of RGB (Red+Green+Blue) = 21+94+255=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #155EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EFF is #EAA100. Grayscale: #595959. Windows color (decimal): -15376641 or 16735765. OLE color: 16735765.
HSL color Cylindrical-coordinate representation of color #155EFF: hue angle of 221.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155EFF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 94 | 255 | - |
| CMYK | 0.92 | 0.63 | 0 | 0 |
| HSL | 221.28º | 1% | 0.54% | - |
| HSV(B) | 221.28º | 0.92% | 1% | - |
| XYZ | 22.36 | 15.38 | 96.4 | - |
| YUV | 90.53 | 220.82 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 255 | 0.92 | 0.63 | 0 | 0 | 221.28 | 1 | 0.54 |
| Hex | 15 | 5E | FF | 5C | 3F | 0 | 0 | DD | 64 | 36 |
| Octal | 25 | 136 | 377 | 134 | 77 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10101 | 1011110 | 11111111 | 1011100 | 111111 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #155EFF
Complementary color
Monochromatic Colors of #155EFF
Black with #155EFF
Text Example
Text Example
White with #155EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EFF; }
p { color: rgb(21,94,255); }
H1.HeaderClassName
{
color: #155EFF;
}
.AnyTagClassName
{
color: #155EFF;
}
</style>
background-color css
<style>
a { background-color: #155EFF; }
a { background-color: rgb(21,94,255); }
div.DivClassName
{
background-color: #155EFF;
}
.BgClassName
{
background-color: #155EFF;
}
</style>
border-color css
<style>
span { border-color: #155EFF; }
span { border-color: rgb(21,94,255); }
td.TdClassName
{
border-color: #155EFF;
}
.TagClassName
{
border-color: #155EFF;
}
</style>