Shades of Dodger Blue #319FF2
Tints of Dodger Blue #319FF2
RGB
CMYK
RGB Variations
Color information
#319FF2 (or 0x319FF2) is known color: Dodger Blue. HEX triplet: 31, 9F and F2. RGB value is (49,159,242). Sum of RGB (Red+Green+Blue) = 49+159+242=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #319FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319FF2 is #CE600D. Grayscale: #878787. Windows color (decimal): -13525006 or 15900465. OLE color: 15900465.
HSL color Cylindrical-coordinate representation of color #319FF2: hue angle of 205.8º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319FF2 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 159 | 242 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.05 |
| HSL | 205.8º | 0.88% | 0.57% | - |
| HSV(B) | 205.8º | 0.8% | 0.95% | - |
| XYZ | 29.69 | 31.86 | 88.59 | - |
| YUV | 135.57 | 188.06 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 242 | 0.80 | 0.34 | 0 | 0.05 | 205.8 | 0.88 | 0.57 |
| Hex | 31 | 9F | F2 | 50 | 22 | 0 | 5 | CE | 58 | 39 |
| Octal | 61 | 237 | 362 | 120 | 42 | 0 | 5 | 316 | 130 | 71 |
| Binary | 110001 | 10011111 | 11110010 | 1010000 | 100010 | 0 | 101 | 11001110 | 1011000 | 111001 |
Color Harmonies of #319FF2
Complementary color
Monochromatic Colors of #319FF2
Black with #319FF2
Text Example
Text Example
White with #319FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319FF2; }
p { color: rgb(49,159,242); }
H1.HeaderClassName
{
color: #319FF2;
}
.AnyTagClassName
{
color: #319FF2;
}
</style>
background-color css
<style>
a { background-color: #319FF2; }
a { background-color: rgb(49,159,242); }
div.DivClassName
{
background-color: #319FF2;
}
.BgClassName
{
background-color: #319FF2;
}
</style>
border-color css
<style>
span { border-color: #319FF2; }
span { border-color: rgb(49,159,242); }
td.TdClassName
{
border-color: #319FF2;
}
.TagClassName
{
border-color: #319FF2;
}
</style>