Shades of Dodger Blue #3095FB
Tints of Dodger Blue #3095FB
RGB
CMYK
RGB Variations
Color information
#3095FB (or 0x3095FB) is known color: Dodger Blue. HEX triplet: 30, 95 and FB. RGB value is (48,149,251). Sum of RGB (Red+Green+Blue) = 48+149+251=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #3095FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3095FB is #CF6A04. Grayscale: #818181. Windows color (decimal): -13593093 or 16487728. OLE color: 16487728.
HSL color Cylindrical-coordinate representation of color #3095FB: hue angle of 210.15º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3095FB is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 149 | 251 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.02 |
| HSL | 210.15º | 0.96% | 0.59% | - |
| HSV(B) | 210.15º | 0.81% | 0.98% | - |
| XYZ | 29.38 | 29.09 | 95.33 | - |
| YUV | 130.43 | 196.04 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 251 | 0.81 | 0.41 | 0 | 0.02 | 210.15 | 0.96 | 0.59 |
| Hex | 30 | 95 | FB | 51 | 29 | 0 | 2 | D2 | 60 | 3B |
| Octal | 60 | 225 | 373 | 121 | 51 | 0 | 2 | 322 | 140 | 73 |
| Binary | 110000 | 10010101 | 11111011 | 1010001 | 101001 | 0 | 10 | 11010010 | 1100000 | 111011 |
Color Harmonies of #3095FB
Complementary color
Monochromatic Colors of #3095FB
Black with #3095FB
Text Example
Text Example
White with #3095FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3095FB; }
p { color: rgb(48,149,251); }
H1.HeaderClassName
{
color: #3095FB;
}
.AnyTagClassName
{
color: #3095FB;
}
</style>
background-color css
<style>
a { background-color: #3095FB; }
a { background-color: rgb(48,149,251); }
div.DivClassName
{
background-color: #3095FB;
}
.BgClassName
{
background-color: #3095FB;
}
</style>
border-color css
<style>
span { border-color: #3095FB; }
span { border-color: rgb(48,149,251); }
td.TdClassName
{
border-color: #3095FB;
}
.TagClassName
{
border-color: #3095FB;
}
</style>