Shades of Dodger Blue #3394FD
Tints of Dodger Blue #3394FD
RGB
CMYK
RGB Variations
Color information
#3394FD (or 0x3394FD) is known color: Dodger Blue. HEX triplet: 33, 94 and FD. RGB value is (51,148,253). Sum of RGB (Red+Green+Blue) = 51+148+253=452 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.28% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #3394FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3394FD is #CC6B02. Grayscale: #828282. Windows color (decimal): -13396739 or 16618547. OLE color: 16618547.
HSL color Cylindrical-coordinate representation of color #3394FD: hue angle of 211.19º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3394FD is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 148 | 253 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.01 |
| HSL | 211.19º | 0.98% | 0.6% | - |
| HSV(B) | 211.19º | 0.8% | 0.99% | - |
| XYZ | 29.68 | 28.98 | 96.96 | - |
| YUV | 130.97 | 196.86 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 253 | 0.80 | 0.42 | 0 | 0.01 | 211.19 | 0.98 | 0.6 |
| Hex | 33 | 94 | FD | 50 | 2A | 0 | 1 | D3 | 62 | 3C |
| Octal | 63 | 224 | 375 | 120 | 52 | 0 | 1 | 323 | 142 | 74 |
| Binary | 110011 | 10010100 | 11111101 | 1010000 | 101010 | 0 | 1 | 11010011 | 1100010 | 111100 |
Color Harmonies of #3394FD
Complementary color
Monochromatic Colors of #3394FD
Black with #3394FD
Text Example
Text Example
White with #3394FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3394FD; }
p { color: rgb(51,148,253); }
H1.HeaderClassName
{
color: #3394FD;
}
.AnyTagClassName
{
color: #3394FD;
}
</style>
background-color css
<style>
a { background-color: #3394FD; }
a { background-color: rgb(51,148,253); }
div.DivClassName
{
background-color: #3394FD;
}
.BgClassName
{
background-color: #3394FD;
}
</style>
border-color css
<style>
span { border-color: #3394FD; }
span { border-color: rgb(51,148,253); }
td.TdClassName
{
border-color: #3394FD;
}
.TagClassName
{
border-color: #3394FD;
}
</style>