Shades of Dodger Blue #399BFC
Tints of Dodger Blue #399BFC
RGB
CMYK
RGB Variations
Color information
#399BFC (or 0x399BFC) is known color: Dodger Blue. HEX triplet: 39, 9B and FC. RGB value is (57,155,252). Sum of RGB (Red+Green+Blue) = 57+155+252=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #399BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399BFC is #C66403. Grayscale: #888888. Windows color (decimal): -13001732 or 16554809. OLE color: 16554809.
HSL color Cylindrical-coordinate representation of color #399BFC: hue angle of 209.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #399BFC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 155 | 252 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.01 |
| HSL | 209.85º | 0.97% | 0.61% | - |
| HSV(B) | 209.85º | 0.77% | 0.99% | - |
| XYZ | 30.98 | 31.34 | 96.51 | - |
| YUV | 136.76 | 193.03 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 252 | 0.77 | 0.38 | 0 | 0.01 | 209.85 | 0.97 | 0.61 |
| Hex | 39 | 9B | FC | 4D | 26 | 0 | 1 | D2 | 61 | 3D |
| Octal | 71 | 233 | 374 | 115 | 46 | 0 | 1 | 322 | 141 | 75 |
| Binary | 111001 | 10011011 | 11111100 | 1001101 | 100110 | 0 | 1 | 11010010 | 1100001 | 111101 |
Color Harmonies of #399BFC
Complementary color
Monochromatic Colors of #399BFC
Black with #399BFC
Text Example
Text Example
White with #399BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BFC; }
p { color: rgb(57,155,252); }
H1.HeaderClassName
{
color: #399BFC;
}
.AnyTagClassName
{
color: #399BFC;
}
</style>
background-color css
<style>
a { background-color: #399BFC; }
a { background-color: rgb(57,155,252); }
div.DivClassName
{
background-color: #399BFC;
}
.BgClassName
{
background-color: #399BFC;
}
</style>
border-color css
<style>
span { border-color: #399BFC; }
span { border-color: rgb(57,155,252); }
td.TdClassName
{
border-color: #399BFC;
}
.TagClassName
{
border-color: #399BFC;
}
</style>