Shades of Dodger Blue #2A91ED
Tints of Dodger Blue #2A91ED
RGB
CMYK
RGB Variations
Color information
#2A91ED (or 0x2A91ED) is known color: Dodger Blue. HEX triplet: 2A, 91 and ED. RGB value is (42,145,237). Sum of RGB (Red+Green+Blue) = 42+145+237=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A91ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A91ED is #D56E12. Grayscale: #7C7C7C. Windows color (decimal): -13987347 or 15569194. OLE color: 15569194.
HSL color Cylindrical-coordinate representation of color #2A91ED: hue angle of 208.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A91ED is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 145 | 237 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.07 |
| HSL | 208.31º | 0.84% | 0.55% | - |
| HSV(B) | 208.31º | 0.82% | 0.93% | - |
| XYZ | 26.37 | 26.86 | 83.92 | - |
| YUV | 124.69 | 191.38 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 145 | 237 | 0.82 | 0.39 | 0 | 0.07 | 208.31 | 0.84 | 0.55 |
| Hex | 2A | 91 | ED | 52 | 27 | 0 | 7 | D0 | 54 | 37 |
| Octal | 52 | 221 | 355 | 122 | 47 | 0 | 7 | 320 | 124 | 67 |
| Binary | 101010 | 10010001 | 11101101 | 1010010 | 100111 | 0 | 111 | 11010000 | 1010100 | 110111 |
Color Harmonies of #2A91ED
Complementary color
Monochromatic Colors of #2A91ED
Black with #2A91ED
Text Example
Text Example
White with #2A91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A91ED; }
p { color: rgb(42,145,237); }
H1.HeaderClassName
{
color: #2A91ED;
}
.AnyTagClassName
{
color: #2A91ED;
}
</style>
background-color css
<style>
a { background-color: #2A91ED; }
a { background-color: rgb(42,145,237); }
div.DivClassName
{
background-color: #2A91ED;
}
.BgClassName
{
background-color: #2A91ED;
}
</style>
border-color css
<style>
span { border-color: #2A91ED; }
span { border-color: rgb(42,145,237); }
td.TdClassName
{
border-color: #2A91ED;
}
.TagClassName
{
border-color: #2A91ED;
}
</style>