Shades of Dodger Blue #3097FA
Tints of Dodger Blue #3097FA
RGB
CMYK
RGB Variations
Color information
#3097FA (or 0x3097FA) is known color: Dodger Blue. HEX triplet: 30, 97 and FA. RGB value is (48,151,250). Sum of RGB (Red+Green+Blue) = 48+151+250=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #3097FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3097FA is #CF6805. Grayscale: #828282. Windows color (decimal): -13592582 or 16422704. OLE color: 16422704.
HSL color Cylindrical-coordinate representation of color #3097FA: hue angle of 209.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3097FA is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 151 | 250 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.02 |
| HSL | 209.41º | 0.95% | 0.58% | - |
| HSV(B) | 209.41º | 0.81% | 0.98% | - |
| XYZ | 29.54 | 29.66 | 94.61 | - |
| YUV | 131.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 250 | 0.81 | 0.40 | 0 | 0.02 | 209.41 | 0.95 | 0.58 |
| Hex | 30 | 97 | FA | 51 | 28 | 0 | 2 | D1 | 5F | 3A |
| Octal | 60 | 227 | 372 | 121 | 50 | 0 | 2 | 321 | 137 | 72 |
| Binary | 110000 | 10010111 | 11111010 | 1010001 | 101000 | 0 | 10 | 11010001 | 1011111 | 111010 |
Color Harmonies of #3097FA
Complementary color
Monochromatic Colors of #3097FA
Black with #3097FA
Text Example
Text Example
White with #3097FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097FA; }
p { color: rgb(48,151,250); }
H1.HeaderClassName
{
color: #3097FA;
}
.AnyTagClassName
{
color: #3097FA;
}
</style>
background-color css
<style>
a { background-color: #3097FA; }
a { background-color: rgb(48,151,250); }
div.DivClassName
{
background-color: #3097FA;
}
.BgClassName
{
background-color: #3097FA;
}
</style>
border-color css
<style>
span { border-color: #3097FA; }
span { border-color: rgb(48,151,250); }
td.TdClassName
{
border-color: #3097FA;
}
.TagClassName
{
border-color: #3097FA;
}
</style>