Shades of Dodger Blue #0291EB
Tints of Dodger Blue #0291EB
RGB
CMYK
RGB Variations
Color information
#0291EB (or 0x0291EB) is known color: Dodger Blue. HEX triplet: 02, 91 and EB. RGB value is (2,145,235). Sum of RGB (Red+Green+Blue) = 2+145+235=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #0291EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0291EB is #FD6E14. Grayscale: #707070. Windows color (decimal): -16608789 or 15438082. OLE color: 15438082.
HSL color Cylindrical-coordinate representation of color #0291EB: hue angle of 203.18º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0291EB is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 145 | 235 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.08 |
| HSL | 203.18º | 0.98% | 0.46% | - |
| HSV(B) | 203.18º | 0.99% | 0.92% | - |
| XYZ | 25.15 | 26.26 | 82.34 | - |
| YUV | 112.5 | 197.12 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 235 | 0.99 | 0.38 | 0 | 0.08 | 203.18 | 0.98 | 0.46 |
| Hex | 2 | 91 | EB | 63 | 26 | 0 | 8 | CB | 62 | 2E |
| Octal | 2 | 221 | 353 | 143 | 46 | 0 | 10 | 313 | 142 | 56 |
| Binary | 10 | 10010001 | 11101011 | 1100011 | 100110 | 0 | 1000 | 11001011 | 1100010 | 101110 |
Color Harmonies of #0291EB
Complementary color
Monochromatic Colors of #0291EB
Black with #0291EB
Text Example
Text Example
White with #0291EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0291EB; }
p { color: rgb(2,145,235); }
H1.HeaderClassName
{
color: #0291EB;
}
.AnyTagClassName
{
color: #0291EB;
}
</style>
background-color css
<style>
a { background-color: #0291EB; }
a { background-color: rgb(2,145,235); }
div.DivClassName
{
background-color: #0291EB;
}
.BgClassName
{
background-color: #0291EB;
}
</style>
border-color css
<style>
span { border-color: #0291EB; }
span { border-color: rgb(2,145,235); }
td.TdClassName
{
border-color: #0291EB;
}
.TagClassName
{
border-color: #0291EB;
}
</style>