Shades of Dodger Blue #3389F8
Tints of Dodger Blue #3389F8
RGB
CMYK
RGB Variations
Color information
#3389F8 (or 0x3389F8) is known color: Dodger Blue. HEX triplet: 33, 89 and F8. RGB value is (51,137,248). Sum of RGB (Red+Green+Blue) = 51+137+248=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #3389F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3389F8 is #CC7607. Grayscale: #7B7B7B. Windows color (decimal): -13399560 or 16288051. OLE color: 16288051.
HSL color Cylindrical-coordinate representation of color #3389F8: hue angle of 213.81º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3389F8 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 137 | 248 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.03 |
| HSL | 213.81º | 0.93% | 0.59% | - |
| HSV(B) | 213.81º | 0.79% | 0.97% | - |
| XYZ | 27.25 | 25.37 | 92.27 | - |
| YUV | 123.94 | 198.01 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 248 | 0.79 | 0.45 | 0 | 0.03 | 213.81 | 0.93 | 0.59 |
| Hex | 33 | 89 | F8 | 4F | 2D | 0 | 3 | D6 | 5D | 3B |
| Octal | 63 | 211 | 370 | 117 | 55 | 0 | 3 | 326 | 135 | 73 |
| Binary | 110011 | 10001001 | 11111000 | 1001111 | 101101 | 0 | 11 | 11010110 | 1011101 | 111011 |
Color Harmonies of #3389F8
Complementary color
Monochromatic Colors of #3389F8
Black with #3389F8
Text Example
Text Example
White with #3389F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3389F8; }
p { color: rgb(51,137,248); }
H1.HeaderClassName
{
color: #3389F8;
}
.AnyTagClassName
{
color: #3389F8;
}
</style>
background-color css
<style>
a { background-color: #3389F8; }
a { background-color: rgb(51,137,248); }
div.DivClassName
{
background-color: #3389F8;
}
.BgClassName
{
background-color: #3389F8;
}
</style>
border-color css
<style>
span { border-color: #3389F8; }
span { border-color: rgb(51,137,248); }
td.TdClassName
{
border-color: #3389F8;
}
.TagClassName
{
border-color: #3389F8;
}
</style>