Shades of Dodger Blue #399BFB
Tints of Dodger Blue #399BFB
RGB
CMYK
RGB Variations
Color information
#399BFB (or 0x399BFB) is known color: Dodger Blue. HEX triplet: 39, 9B and FB. RGB value is (57,155,251). Sum of RGB (Red+Green+Blue) = 57+155+251=463 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.31% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #399BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399BFB is #C66404. Grayscale: #888888. Windows color (decimal): -13001733 or 16489273. OLE color: 16489273.
HSL color Cylindrical-coordinate representation of color #399BFB: hue angle of 209.69º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #399BFB is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 155 | 251 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.02 |
| HSL | 209.69º | 0.96% | 0.6% | - |
| HSV(B) | 209.69º | 0.77% | 0.98% | - |
| XYZ | 30.82 | 31.28 | 95.68 | - |
| YUV | 136.64 | 192.53 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 251 | 0.77 | 0.38 | 0 | 0.02 | 209.69 | 0.96 | 0.6 |
| Hex | 39 | 9B | FB | 4D | 26 | 0 | 2 | D2 | 60 | 3C |
| Octal | 71 | 233 | 373 | 115 | 46 | 0 | 2 | 322 | 140 | 74 |
| Binary | 111001 | 10011011 | 11111011 | 1001101 | 100110 | 0 | 10 | 11010010 | 1100000 | 111100 |
Color Harmonies of #399BFB
Complementary color
Monochromatic Colors of #399BFB
Black with #399BFB
Text Example
Text Example
White with #399BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BFB; }
p { color: rgb(57,155,251); }
H1.HeaderClassName
{
color: #399BFB;
}
.AnyTagClassName
{
color: #399BFB;
}
</style>
background-color css
<style>
a { background-color: #399BFB; }
a { background-color: rgb(57,155,251); }
div.DivClassName
{
background-color: #399BFB;
}
.BgClassName
{
background-color: #399BFB;
}
</style>
border-color css
<style>
span { border-color: #399BFB; }
span { border-color: rgb(57,155,251); }
td.TdClassName
{
border-color: #399BFB;
}
.TagClassName
{
border-color: #399BFB;
}
</style>