Shades of Dodger Blue #399BFD
Tints of Dodger Blue #399BFD
RGB
CMYK
RGB Variations
Color information
#399BFD (or 0x399BFD) is known color: Dodger Blue. HEX triplet: 39, 9B and FD. RGB value is (57,155,253). Sum of RGB (Red+Green+Blue) = 57+155+253=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #399BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399BFD is #C66402. Grayscale: #888888. Windows color (decimal): -13001731 or 16620345. OLE color: 16620345.
HSL color Cylindrical-coordinate representation of color #399BFD: hue angle of 210º degrees, saturation: 0.98, 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 #399BFD is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 155 | 253 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.61% | - |
| HSV(B) | 210º | 0.77% | 0.99% | - |
| XYZ | 31.14 | 31.4 | 97.35 | - |
| YUV | 136.87 | 193.53 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 253 | 0.77 | 0.39 | 0 | 0.01 | 210 | 0.98 | 0.61 |
| Hex | 39 | 9B | FD | 4D | 27 | 0 | 1 | D2 | 62 | 3D |
| Octal | 71 | 233 | 375 | 115 | 47 | 0 | 1 | 322 | 142 | 75 |
| Binary | 111001 | 10011011 | 11111101 | 1001101 | 100111 | 0 | 1 | 11010010 | 1100010 | 111101 |
Color Harmonies of #399BFD
Complementary color
Monochromatic Colors of #399BFD
Black with #399BFD
Text Example
Text Example
White with #399BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BFD; }
p { color: rgb(57,155,253); }
H1.HeaderClassName
{
color: #399BFD;
}
.AnyTagClassName
{
color: #399BFD;
}
</style>
background-color css
<style>
a { background-color: #399BFD; }
a { background-color: rgb(57,155,253); }
div.DivClassName
{
background-color: #399BFD;
}
.BgClassName
{
background-color: #399BFD;
}
</style>
border-color css
<style>
span { border-color: #399BFD; }
span { border-color: rgb(57,155,253); }
td.TdClassName
{
border-color: #399BFD;
}
.TagClassName
{
border-color: #399BFD;
}
</style>