Shades of Dodger Blue #3398FF
Tints of Dodger Blue #3398FF
RGB
CMYK
RGB Variations
Color information
#3398FF (or 0x3398FF) is known color: Dodger Blue. HEX triplet: 33, 98 and FF. RGB value is (51,152,255). Sum of RGB (Red+Green+Blue) = 51+152+255=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #3398FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3398FF is #CC6700. Grayscale: #858585. Windows color (decimal): -13395713 or 16750643. OLE color: 16750643.
HSL color Cylindrical-coordinate representation of color #3398FF: hue angle of 210.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3398FF is Cyan = 0.8, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 152 | 255 | - |
| CMYK | 0.8 | 0.40 | 0 | 0 |
| HSL | 210.29º | 1% | 0.6% | - |
| HSV(B) | 210.29º | 0.8% | 1% | - |
| XYZ | 30.64 | 30.38 | 98.86 | - |
| YUV | 133.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 255 | 0.8 | 0.40 | 0 | 0 | 210.29 | 1 | 0.6 |
| Hex | 33 | 98 | FF | 50 | 28 | 0 | 0 | D2 | 64 | 3C |
| Octal | 63 | 230 | 377 | 120 | 50 | 0 | 0 | 322 | 144 | 74 |
| Binary | 110011 | 10011000 | 11111111 | 1010000 | 101000 | 0 | 0 | 11010010 | 1100100 | 111100 |
Color Harmonies of #3398FF
Complementary color
Monochromatic Colors of #3398FF
Black with #3398FF
Text Example
Text Example
White with #3398FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3398FF; }
p { color: rgb(51,152,255); }
H1.HeaderClassName
{
color: #3398FF;
}
.AnyTagClassName
{
color: #3398FF;
}
</style>
background-color css
<style>
a { background-color: #3398FF; }
a { background-color: rgb(51,152,255); }
div.DivClassName
{
background-color: #3398FF;
}
.BgClassName
{
background-color: #3398FF;
}
</style>
border-color css
<style>
span { border-color: #3398FF; }
span { border-color: rgb(51,152,255); }
td.TdClassName
{
border-color: #3398FF;
}
.TagClassName
{
border-color: #3398FF;
}
</style>