Shades of Dodger Blue #357CFE
Tints of Dodger Blue #357CFE
RGB
CMYK
RGB Variations
Color information
#357CFE (or 0x357CFE) is known color: Dodger Blue. HEX triplet: 35, 7C and FE. RGB value is (53,124,254). Sum of RGB (Red+Green+Blue) = 53+124+254=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #357CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CFE is #CA8301. Grayscale: #757575. Windows color (decimal): -13271810 or 16677941. OLE color: 16677941.
HSL color Cylindrical-coordinate representation of color #357CFE: hue angle of 218.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #357CFE is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 124 | 254 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.00 |
| HSL | 218.81º | 0.99% | 0.6% | - |
| HSV(B) | 218.81º | 0.79% | 1% | - |
| XYZ | 26.57 | 22.33 | 96.68 | - |
| YUV | 117.59 | 204.98 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 254 | 0.79 | 0.51 | 0 | 0.00 | 218.81 | 0.99 | 0.6 |
| Hex | 35 | 7C | FE | 4F | 33 | 0 | 0 | DB | 63 | 3C |
| Octal | 65 | 174 | 376 | 117 | 63 | 0 | 0 | 333 | 143 | 74 |
| Binary | 110101 | 1111100 | 11111110 | 1001111 | 110011 | 0 | 0 | 11011011 | 1100011 | 111100 |
Color Harmonies of #357CFE
Complementary color
Monochromatic Colors of #357CFE
Black with #357CFE
Text Example
Text Example
White with #357CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CFE; }
p { color: rgb(53,124,254); }
H1.HeaderClassName
{
color: #357CFE;
}
.AnyTagClassName
{
color: #357CFE;
}
</style>
background-color css
<style>
a { background-color: #357CFE; }
a { background-color: rgb(53,124,254); }
div.DivClassName
{
background-color: #357CFE;
}
.BgClassName
{
background-color: #357CFE;
}
</style>
border-color css
<style>
span { border-color: #357CFE; }
span { border-color: rgb(53,124,254); }
td.TdClassName
{
border-color: #357CFE;
}
.TagClassName
{
border-color: #357CFE;
}
</style>