Shades of Dodger Blue #3399FF
Tints of Dodger Blue #3399FF
RGB
CMYK
RGB Variations
Color information
#3399FF (or 0x3399FF) is known color: Dodger Blue. HEX triplet: 33, 99 and FF. RGB value is (51,153,255). Sum of RGB (Red+Green+Blue) = 51+153+255=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #3399FF is a web safe color. Inversed color of #3399FF is #CC6600. Grayscale: #858585. Windows color (decimal): -13395457 or 16750899. OLE color: 16750899.
HSL color Cylindrical-coordinate representation of color #3399FF: hue angle of 210º 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 #3399FF is Cyan = 0.8, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 51 | 153 | 255 | - |
CMYK | 0.8 | 0.4 | 0 | 0 |
HSL | 210º | 1% | 0.6% | - |
HSV(B) | 210º | 0.8% | 1% | - |
XYZ | 30.81 | 30.71 | 98.91 | - |
YUV | 134.13 | 196.21 | 68.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 153 | 255 | 0.8 | 0.4 | 0 | 0 | 210 | 1 | 0.6 |
Hex | 33 | 99 | FF | 50 | 28 | 0 | 0 | D2 | 64 | 3C |
Octal | 63 | 231 | 377 | 120 | 50 | 0 | 0 | 322 | 144 | 74 |
Binary | 110011 | 10011001 | 11111111 | 1010000 | 101000 | 0 | 0 | 11010010 | 1100100 | 111100 |
Color Harmonies of #3399FF
Complementary color
Monochromatic Colors of #3399FF
Black with #3399FF
Text Example
Text Example
White with #3399FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3399FF; }
p { color: rgb(51,153,255); }
H1.HeaderClassName
{
color: #3399FF;
}
.AnyTagClassName
{
color: #3399FF;
}
</style>
background-color css
<style>
a { background-color: #3399FF; }
a { background-color: rgb(51,153,255); }
div.DivClassName
{
background-color: #3399FF;
}
.BgClassName
{
background-color: #3399FF;
}
</style>
border-color css
<style>
span { border-color: #3399FF; }
span { border-color: rgb(51,153,255); }
td.TdClassName
{
border-color: #3399FF;
}
.TagClassName
{
border-color: #3399FF;
}
</style>