Shades of Dodger Blue #319CFC
Tints of Dodger Blue #319CFC
RGB
CMYK
RGB Variations
Color information
#319CFC (or 0x319CFC) is known color: Dodger Blue. HEX triplet: 31, 9C and FC. RGB value is (49,156,252). Sum of RGB (Red+Green+Blue) = 49+156+252=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #319CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CFC is #CE6303. Grayscale: #868686. Windows color (decimal): -13525764 or 16555057. OLE color: 16555057.
HSL color Cylindrical-coordinate representation of color #319CFC: hue angle of 208.37º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319CFC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 156 | 252 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.01 |
| HSL | 208.37º | 0.97% | 0.59% | - |
| HSV(B) | 208.37º | 0.81% | 0.99% | - |
| XYZ | 30.73 | 31.46 | 96.55 | - |
| YUV | 134.95 | 194.05 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 252 | 0.81 | 0.38 | 0 | 0.01 | 208.37 | 0.97 | 0.59 |
| Hex | 31 | 9C | FC | 51 | 26 | 0 | 1 | D0 | 61 | 3B |
| Octal | 61 | 234 | 374 | 121 | 46 | 0 | 1 | 320 | 141 | 73 |
| Binary | 110001 | 10011100 | 11111100 | 1010001 | 100110 | 0 | 1 | 11010000 | 1100001 | 111011 |
Color Harmonies of #319CFC
Complementary color
Monochromatic Colors of #319CFC
Black with #319CFC
Text Example
Text Example
White with #319CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CFC; }
p { color: rgb(49,156,252); }
H1.HeaderClassName
{
color: #319CFC;
}
.AnyTagClassName
{
color: #319CFC;
}
</style>
background-color css
<style>
a { background-color: #319CFC; }
a { background-color: rgb(49,156,252); }
div.DivClassName
{
background-color: #319CFC;
}
.BgClassName
{
background-color: #319CFC;
}
</style>
border-color css
<style>
span { border-color: #319CFC; }
span { border-color: rgb(49,156,252); }
td.TdClassName
{
border-color: #319CFC;
}
.TagClassName
{
border-color: #319CFC;
}
</style>