Shades of Dodger Blue #3095FA
Tints of Dodger Blue #3095FA
RGB
CMYK
RGB Variations
Color information
#3095FA (or 0x3095FA) is known color: Dodger Blue. HEX triplet: 30, 95 and FA. RGB value is (48,149,250). Sum of RGB (Red+Green+Blue) = 48+149+250=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #3095FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3095FA is #CF6A05. Grayscale: #818181. Windows color (decimal): -13593094 or 16422192. OLE color: 16422192.
HSL color Cylindrical-coordinate representation of color #3095FA: hue angle of 210º 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 #3095FA is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 149 | 250 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.58% | - |
| HSV(B) | 210º | 0.81% | 0.98% | - |
| XYZ | 29.22 | 29.03 | 94.5 | - |
| YUV | 130.32 | 195.54 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 250 | 0.81 | 0.40 | 0 | 0.02 | 210 | 0.95 | 0.58 |
| Hex | 30 | 95 | FA | 51 | 28 | 0 | 2 | D2 | 5F | 3A |
| Octal | 60 | 225 | 372 | 121 | 50 | 0 | 2 | 322 | 137 | 72 |
| Binary | 110000 | 10010101 | 11111010 | 1010001 | 101000 | 0 | 10 | 11010010 | 1011111 | 111010 |
Color Harmonies of #3095FA
Complementary color
Monochromatic Colors of #3095FA
Black with #3095FA
Text Example
Text Example
White with #3095FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3095FA; }
p { color: rgb(48,149,250); }
H1.HeaderClassName
{
color: #3095FA;
}
.AnyTagClassName
{
color: #3095FA;
}
</style>
background-color css
<style>
a { background-color: #3095FA; }
a { background-color: rgb(48,149,250); }
div.DivClassName
{
background-color: #3095FA;
}
.BgClassName
{
background-color: #3095FA;
}
</style>
border-color css
<style>
span { border-color: #3095FA; }
span { border-color: rgb(48,149,250); }
td.TdClassName
{
border-color: #3095FA;
}
.TagClassName
{
border-color: #3095FA;
}
</style>