Shades of Dodger Blue #317BFC
Tints of Dodger Blue #317BFC
RGB
CMYK
RGB Variations
Color information
#317BFC (or 0x317BFC) is known color: Dodger Blue. HEX triplet: 31, 7B and FC. RGB value is (49,123,252). Sum of RGB (Red+Green+Blue) = 49+123+252=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #317BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317BFC is #CE8403. Grayscale: #727272. Windows color (decimal): -13534212 or 16546609. OLE color: 16546609.
HSL color Cylindrical-coordinate representation of color #317BFC: hue angle of 218.13º 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 #317BFC is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 123 | 252 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.01 |
| HSL | 218.13º | 0.97% | 0.59% | - |
| HSV(B) | 218.13º | 0.81% | 0.99% | - |
| XYZ | 25.92 | 21.85 | 94.95 | - |
| YUV | 115.58 | 204.98 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 252 | 0.81 | 0.51 | 0 | 0.01 | 218.13 | 0.97 | 0.59 |
| Hex | 31 | 7B | FC | 51 | 33 | 0 | 1 | DA | 61 | 3B |
| Octal | 61 | 173 | 374 | 121 | 63 | 0 | 1 | 332 | 141 | 73 |
| Binary | 110001 | 1111011 | 11111100 | 1010001 | 110011 | 0 | 1 | 11011010 | 1100001 | 111011 |
Color Harmonies of #317BFC
Complementary color
Monochromatic Colors of #317BFC
Black with #317BFC
Text Example
Text Example
White with #317BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317BFC; }
p { color: rgb(49,123,252); }
H1.HeaderClassName
{
color: #317BFC;
}
.AnyTagClassName
{
color: #317BFC;
}
</style>
background-color css
<style>
a { background-color: #317BFC; }
a { background-color: rgb(49,123,252); }
div.DivClassName
{
background-color: #317BFC;
}
.BgClassName
{
background-color: #317BFC;
}
</style>
border-color css
<style>
span { border-color: #317BFC; }
span { border-color: rgb(49,123,252); }
td.TdClassName
{
border-color: #317BFC;
}
.TagClassName
{
border-color: #317BFC;
}
</style>