Shades of Dodger Blue #3091EA
Tints of Dodger Blue #3091EA
RGB
CMYK
RGB Variations
Color information
#3091EA (or 0x3091EA) is known color: Dodger Blue. HEX triplet: 30, 91 and EA. RGB value is (48,145,234). Sum of RGB (Red+Green+Blue) = 48+145+234=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #3091EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3091EA is #CF6E15. Grayscale: #7D7D7D. Windows color (decimal): -13594134 or 15372592. OLE color: 15372592.
HSL color Cylindrical-coordinate representation of color #3091EA: hue angle of 208.71º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3091EA is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 145 | 234 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.08 |
| HSL | 208.71º | 0.82% | 0.55% | - |
| HSV(B) | 208.71º | 0.79% | 0.92% | - |
| XYZ | 26.2 | 26.82 | 81.64 | - |
| YUV | 126.14 | 188.86 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 234 | 0.79 | 0.38 | 0 | 0.08 | 208.71 | 0.82 | 0.55 |
| Hex | 30 | 91 | EA | 4F | 26 | 0 | 8 | D1 | 52 | 37 |
| Octal | 60 | 221 | 352 | 117 | 46 | 0 | 10 | 321 | 122 | 67 |
| Binary | 110000 | 10010001 | 11101010 | 1001111 | 100110 | 0 | 1000 | 11010001 | 1010010 | 110111 |
Color Harmonies of #3091EA
Complementary color
Monochromatic Colors of #3091EA
Black with #3091EA
Text Example
Text Example
White with #3091EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091EA; }
p { color: rgb(48,145,234); }
H1.HeaderClassName
{
color: #3091EA;
}
.AnyTagClassName
{
color: #3091EA;
}
</style>
background-color css
<style>
a { background-color: #3091EA; }
a { background-color: rgb(48,145,234); }
div.DivClassName
{
background-color: #3091EA;
}
.BgClassName
{
background-color: #3091EA;
}
</style>
border-color css
<style>
span { border-color: #3091EA; }
span { border-color: rgb(48,145,234); }
td.TdClassName
{
border-color: #3091EA;
}
.TagClassName
{
border-color: #3091EA;
}
</style>