Shades of Dodger Blue #3095FE
Tints of Dodger Blue #3095FE
RGB
CMYK
RGB Variations
Color information
#3095FE (or 0x3095FE) is known color: Dodger Blue. HEX triplet: 30, 95 and FE. RGB value is (48,149,254). Sum of RGB (Red+Green+Blue) = 48+149+254=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #3095FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3095FE is #CF6A01. Grayscale: #828282. Windows color (decimal): -13593090 or 16684336. OLE color: 16684336.
HSL color Cylindrical-coordinate representation of color #3095FE: hue angle of 210.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3095FE is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 149 | 254 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.00 |
| HSL | 210.58º | 0.99% | 0.59% | - |
| HSV(B) | 210.58º | 0.81% | 1% | - |
| XYZ | 29.86 | 29.28 | 97.84 | - |
| YUV | 130.77 | 197.54 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 254 | 0.81 | 0.41 | 0 | 0.00 | 210.58 | 0.99 | 0.59 |
| Hex | 30 | 95 | FE | 51 | 29 | 0 | 0 | D3 | 63 | 3B |
| Octal | 60 | 225 | 376 | 121 | 51 | 0 | 0 | 323 | 143 | 73 |
| Binary | 110000 | 10010101 | 11111110 | 1010001 | 101001 | 0 | 0 | 11010011 | 1100011 | 111011 |
Color Harmonies of #3095FE
Complementary color
Monochromatic Colors of #3095FE
Black with #3095FE
Text Example
Text Example
White with #3095FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3095FE; }
p { color: rgb(48,149,254); }
H1.HeaderClassName
{
color: #3095FE;
}
.AnyTagClassName
{
color: #3095FE;
}
</style>
background-color css
<style>
a { background-color: #3095FE; }
a { background-color: rgb(48,149,254); }
div.DivClassName
{
background-color: #3095FE;
}
.BgClassName
{
background-color: #3095FE;
}
</style>
border-color css
<style>
span { border-color: #3095FE; }
span { border-color: rgb(48,149,254); }
td.TdClassName
{
border-color: #3095FE;
}
.TagClassName
{
border-color: #3095FE;
}
</style>