Shades of Dodger Blue #3094FE
Tints of Dodger Blue #3094FE
RGB
CMYK
RGB Variations
Color information
#3094FE (or 0x3094FE) is known color: Dodger Blue. HEX triplet: 30, 94 and FE. RGB value is (48,148,254). Sum of RGB (Red+Green+Blue) = 48+148+254=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #3094FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3094FE is #CF6B01. Grayscale: #818181. Windows color (decimal): -13593346 or 16684080. OLE color: 16684080.
HSL color Cylindrical-coordinate representation of color #3094FE: hue angle of 210.87º 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 #3094FE is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 148 | 254 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.00 |
| HSL | 210.87º | 0.99% | 0.59% | - |
| HSV(B) | 210.87º | 0.81% | 1% | - |
| XYZ | 29.7 | 28.96 | 97.79 | - |
| YUV | 130.18 | 197.87 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 254 | 0.81 | 0.42 | 0 | 0.00 | 210.87 | 0.99 | 0.59 |
| Hex | 30 | 94 | FE | 51 | 2A | 0 | 0 | D3 | 63 | 3B |
| Octal | 60 | 224 | 376 | 121 | 52 | 0 | 0 | 323 | 143 | 73 |
| Binary | 110000 | 10010100 | 11111110 | 1010001 | 101010 | 0 | 0 | 11010011 | 1100011 | 111011 |
Color Harmonies of #3094FE
Complementary color
Monochromatic Colors of #3094FE
Black with #3094FE
Text Example
Text Example
White with #3094FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3094FE; }
p { color: rgb(48,148,254); }
H1.HeaderClassName
{
color: #3094FE;
}
.AnyTagClassName
{
color: #3094FE;
}
</style>
background-color css
<style>
a { background-color: #3094FE; }
a { background-color: rgb(48,148,254); }
div.DivClassName
{
background-color: #3094FE;
}
.BgClassName
{
background-color: #3094FE;
}
</style>
border-color css
<style>
span { border-color: #3094FE; }
span { border-color: rgb(48,148,254); }
td.TdClassName
{
border-color: #3094FE;
}
.TagClassName
{
border-color: #3094FE;
}
</style>