Shades of Dodger Blue #3396F1
Tints of Dodger Blue #3396F1
RGB
CMYK
RGB Variations
Color information
#3396F1 (or 0x3396F1) is known color: Dodger Blue. HEX triplet: 33, 96 and F1. RGB value is (51,150,241). Sum of RGB (Red+Green+Blue) = 51+150+241=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #3396F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3396F1 is #CC690E. Grayscale: #828282. Windows color (decimal): -13396239 or 15832627. OLE color: 15832627.
HSL color Cylindrical-coordinate representation of color #3396F1: hue angle of 208.74º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3396F1 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 150 | 241 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.05 |
| HSL | 208.74º | 0.87% | 0.57% | - |
| HSV(B) | 208.74º | 0.79% | 0.95% | - |
| XYZ | 28.15 | 28.87 | 87.31 | - |
| YUV | 130.77 | 190.2 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 241 | 0.79 | 0.38 | 0 | 0.05 | 208.74 | 0.87 | 0.57 |
| Hex | 33 | 96 | F1 | 4F | 26 | 0 | 5 | D1 | 57 | 39 |
| Octal | 63 | 226 | 361 | 117 | 46 | 0 | 5 | 321 | 127 | 71 |
| Binary | 110011 | 10010110 | 11110001 | 1001111 | 100110 | 0 | 101 | 11010001 | 1010111 | 111001 |
Color Harmonies of #3396F1
Complementary color
Monochromatic Colors of #3396F1
Black with #3396F1
Text Example
Text Example
White with #3396F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3396F1; }
p { color: rgb(51,150,241); }
H1.HeaderClassName
{
color: #3396F1;
}
.AnyTagClassName
{
color: #3396F1;
}
</style>
background-color css
<style>
a { background-color: #3396F1; }
a { background-color: rgb(51,150,241); }
div.DivClassName
{
background-color: #3396F1;
}
.BgClassName
{
background-color: #3396F1;
}
</style>
border-color css
<style>
span { border-color: #3396F1; }
span { border-color: rgb(51,150,241); }
td.TdClassName
{
border-color: #3396F1;
}
.TagClassName
{
border-color: #3396F1;
}
</style>