Shades of Dodger Blue #3096FE
Tints of Dodger Blue #3096FE
RGB
CMYK
RGB Variations
Color information
#3096FE (or 0x3096FE) is known color: Dodger Blue. HEX triplet: 30, 96 and FE. RGB value is (48,150,254). Sum of RGB (Red+Green+Blue) = 48+150+254=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #3096FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3096FE is #CF6901. Grayscale: #828282. Windows color (decimal): -13592834 or 16684592. OLE color: 16684592.
HSL color Cylindrical-coordinate representation of color #3096FE: hue angle of 210.29º 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 #3096FE is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 150 | 254 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.00 |
| HSL | 210.29º | 0.99% | 0.59% | - |
| HSV(B) | 210.29º | 0.81% | 1% | - |
| XYZ | 30.01 | 29.6 | 97.9 | - |
| YUV | 131.36 | 197.21 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 254 | 0.81 | 0.41 | 0 | 0.00 | 210.29 | 0.99 | 0.59 |
| Hex | 30 | 96 | FE | 51 | 29 | 0 | 0 | D2 | 63 | 3B |
| Octal | 60 | 226 | 376 | 121 | 51 | 0 | 0 | 322 | 143 | 73 |
| Binary | 110000 | 10010110 | 11111110 | 1010001 | 101001 | 0 | 0 | 11010010 | 1100011 | 111011 |
Color Harmonies of #3096FE
Complementary color
Monochromatic Colors of #3096FE
Black with #3096FE
Text Example
Text Example
White with #3096FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096FE; }
p { color: rgb(48,150,254); }
H1.HeaderClassName
{
color: #3096FE;
}
.AnyTagClassName
{
color: #3096FE;
}
</style>
background-color css
<style>
a { background-color: #3096FE; }
a { background-color: rgb(48,150,254); }
div.DivClassName
{
background-color: #3096FE;
}
.BgClassName
{
background-color: #3096FE;
}
</style>
border-color css
<style>
span { border-color: #3096FE; }
span { border-color: rgb(48,150,254); }
td.TdClassName
{
border-color: #3096FE;
}
.TagClassName
{
border-color: #3096FE;
}
</style>