Shades of Dodger Blue #319CFE
Tints of Dodger Blue #319CFE
RGB
CMYK
RGB Variations
Color information
#319CFE (or 0x319CFE) is known color: Dodger Blue. HEX triplet: 31, 9C and FE. RGB value is (49,156,254). Sum of RGB (Red+Green+Blue) = 49+156+254=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #319CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CFE is #CE6301. Grayscale: #868686. Windows color (decimal): -13525762 or 16686129. OLE color: 16686129.
HSL color Cylindrical-coordinate representation of color #319CFE: hue angle of 208.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319CFE is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 156 | 254 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.00 |
| HSL | 208.68º | 0.99% | 0.59% | - |
| HSV(B) | 208.68º | 0.81% | 1% | - |
| XYZ | 31.04 | 31.59 | 98.23 | - |
| YUV | 135.18 | 195.05 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 254 | 0.81 | 0.39 | 0 | 0.00 | 208.68 | 0.99 | 0.59 |
| Hex | 31 | 9C | FE | 51 | 27 | 0 | 0 | D1 | 63 | 3B |
| Octal | 61 | 234 | 376 | 121 | 47 | 0 | 0 | 321 | 143 | 73 |
| Binary | 110001 | 10011100 | 11111110 | 1010001 | 100111 | 0 | 0 | 11010001 | 1100011 | 111011 |
Color Harmonies of #319CFE
Complementary color
Monochromatic Colors of #319CFE
Black with #319CFE
Text Example
Text Example
White with #319CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CFE; }
p { color: rgb(49,156,254); }
H1.HeaderClassName
{
color: #319CFE;
}
.AnyTagClassName
{
color: #319CFE;
}
</style>
background-color css
<style>
a { background-color: #319CFE; }
a { background-color: rgb(49,156,254); }
div.DivClassName
{
background-color: #319CFE;
}
.BgClassName
{
background-color: #319CFE;
}
</style>
border-color css
<style>
span { border-color: #319CFE; }
span { border-color: rgb(49,156,254); }
td.TdClassName
{
border-color: #319CFE;
}
.TagClassName
{
border-color: #319CFE;
}
</style>