Shades of Dodger Blue #39A8FF
Tints of Dodger Blue #39A8FF
RGB
CMYK
RGB Variations
Color information
#39A8FF (or 0x39A8FF) is known color: Dodger Blue. HEX triplet: 39, A8 and FF. RGB value is (57,168,255). Sum of RGB (Red+Green+Blue) = 57+168+255=480 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.88% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #39A8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #39A8FF is #C65700. Grayscale: #909090. Windows color (decimal): -12998401 or 16754745. OLE color: 16754745.
HSL color Cylindrical-coordinate representation of color #39A8FF: hue angle of 206.36º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39A8FF is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 168 | 255 | - |
| CMYK | 0.78 | 0.34 | 0 | 0 |
| HSL | 206.36º | 1% | 0.61% | - |
| HSV(B) | 206.36º | 0.78% | 1% | - |
| XYZ | 33.74 | 36.1 | 99.8 | - |
| YUV | 144.73 | 190.23 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 168 | 255 | 0.78 | 0.34 | 0 | 0 | 206.36 | 1 | 0.61 |
| Hex | 39 | A8 | FF | 4E | 22 | 0 | 0 | CE | 64 | 3D |
| Octal | 71 | 250 | 377 | 116 | 42 | 0 | 0 | 316 | 144 | 75 |
| Binary | 111001 | 10101000 | 11111111 | 1001110 | 100010 | 0 | 0 | 11001110 | 1100100 | 111101 |
Color Harmonies of #39A8FF
Complementary color
Monochromatic Colors of #39A8FF
Black with #39A8FF
Text Example
Text Example
White with #39A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A8FF; }
p { color: rgb(57,168,255); }
H1.HeaderClassName
{
color: #39A8FF;
}
.AnyTagClassName
{
color: #39A8FF;
}
</style>
background-color css
<style>
a { background-color: #39A8FF; }
a { background-color: rgb(57,168,255); }
div.DivClassName
{
background-color: #39A8FF;
}
.BgClassName
{
background-color: #39A8FF;
}
</style>
border-color css
<style>
span { border-color: #39A8FF; }
span { border-color: rgb(57,168,255); }
td.TdClassName
{
border-color: #39A8FF;
}
.TagClassName
{
border-color: #39A8FF;
}
</style>