Shades of Dodger Blue #319CEE
Tints of Dodger Blue #319CEE
RGB
CMYK
RGB Variations
Color information
#319CEE (or 0x319CEE) is known color: Dodger Blue. HEX triplet: 31, 9C and EE. RGB value is (49,156,238). Sum of RGB (Red+Green+Blue) = 49+156+238=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #319CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CEE is #CE6311. Grayscale: #848484. Windows color (decimal): -13525778 or 15637553. OLE color: 15637553.
HSL color Cylindrical-coordinate representation of color #319CEE: hue angle of 206.03º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319CEE is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 156 | 238 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.07 |
| HSL | 206.03º | 0.85% | 0.56% | - |
| HSV(B) | 206.03º | 0.79% | 0.93% | - |
| XYZ | 28.59 | 30.6 | 85.29 | - |
| YUV | 133.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 238 | 0.79 | 0.34 | 0 | 0.07 | 206.03 | 0.85 | 0.56 |
| Hex | 31 | 9C | EE | 4F | 22 | 0 | 7 | CE | 55 | 38 |
| Octal | 61 | 234 | 356 | 117 | 42 | 0 | 7 | 316 | 125 | 70 |
| Binary | 110001 | 10011100 | 11101110 | 1001111 | 100010 | 0 | 111 | 11001110 | 1010101 | 111000 |
Color Harmonies of #319CEE
Complementary color
Monochromatic Colors of #319CEE
Black with #319CEE
Text Example
Text Example
White with #319CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CEE; }
p { color: rgb(49,156,238); }
H1.HeaderClassName
{
color: #319CEE;
}
.AnyTagClassName
{
color: #319CEE;
}
</style>
background-color css
<style>
a { background-color: #319CEE; }
a { background-color: rgb(49,156,238); }
div.DivClassName
{
background-color: #319CEE;
}
.BgClassName
{
background-color: #319CEE;
}
</style>
border-color css
<style>
span { border-color: #319CEE; }
span { border-color: rgb(49,156,238); }
td.TdClassName
{
border-color: #319CEE;
}
.TagClassName
{
border-color: #319CEE;
}
</style>