Shades of Dodger Blue #3091F3
Tints of Dodger Blue #3091F3
RGB
CMYK
RGB Variations
Color information
#3091F3 (or 0x3091F3) is known color: Dodger Blue. HEX triplet: 30, 91 and F3. RGB value is (48,145,243). Sum of RGB (Red+Green+Blue) = 48+145+243=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #3091F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3091F3 is #CF6E0C. Grayscale: #7E7E7E. Windows color (decimal): -13594125 or 15962416. OLE color: 15962416.
HSL color Cylindrical-coordinate representation of color #3091F3: hue angle of 210.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3091F3 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 145 | 243 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.05 |
| HSL | 210.15º | 0.89% | 0.57% | - |
| HSV(B) | 210.15º | 0.8% | 0.95% | - |
| XYZ | 27.52 | 27.35 | 88.62 | - |
| YUV | 127.17 | 193.36 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 243 | 0.80 | 0.40 | 0 | 0.05 | 210.15 | 0.89 | 0.57 |
| Hex | 30 | 91 | F3 | 50 | 28 | 0 | 5 | D2 | 59 | 39 |
| Octal | 60 | 221 | 363 | 120 | 50 | 0 | 5 | 322 | 131 | 71 |
| Binary | 110000 | 10010001 | 11110011 | 1010000 | 101000 | 0 | 101 | 11010010 | 1011001 | 111001 |
Color Harmonies of #3091F3
Complementary color
Monochromatic Colors of #3091F3
Black with #3091F3
Text Example
Text Example
White with #3091F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091F3; }
p { color: rgb(48,145,243); }
H1.HeaderClassName
{
color: #3091F3;
}
.AnyTagClassName
{
color: #3091F3;
}
</style>
background-color css
<style>
a { background-color: #3091F3; }
a { background-color: rgb(48,145,243); }
div.DivClassName
{
background-color: #3091F3;
}
.BgClassName
{
background-color: #3091F3;
}
</style>
border-color css
<style>
span { border-color: #3091F3; }
span { border-color: rgb(48,145,243); }
td.TdClassName
{
border-color: #3091F3;
}
.TagClassName
{
border-color: #3091F3;
}
</style>