Shades of Dodger Blue #357EFD
Tints of Dodger Blue #357EFD
RGB
CMYK
RGB Variations
Color information
#357EFD (or 0x357EFD) is known color: Dodger Blue. HEX triplet: 35, 7E and FD. RGB value is (53,126,253). Sum of RGB (Red+Green+Blue) = 53+126+253=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #357EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357EFD is #CA8102. Grayscale: #767676. Windows color (decimal): -13271299 or 16612917. OLE color: 16612917.
HSL color Cylindrical-coordinate representation of color #357EFD: hue angle of 218.1º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #357EFD is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 126 | 253 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.01 |
| HSL | 218.1º | 0.98% | 0.6% | - |
| HSV(B) | 218.1º | 0.79% | 0.99% | - |
| XYZ | 26.66 | 22.77 | 95.92 | - |
| YUV | 118.65 | 203.82 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 253 | 0.79 | 0.50 | 0 | 0.01 | 218.1 | 0.98 | 0.6 |
| Hex | 35 | 7E | FD | 4F | 32 | 0 | 1 | DA | 62 | 3C |
| Octal | 65 | 176 | 375 | 117 | 62 | 0 | 1 | 332 | 142 | 74 |
| Binary | 110101 | 1111110 | 11111101 | 1001111 | 110010 | 0 | 1 | 11011010 | 1100010 | 111100 |
Color Harmonies of #357EFD
Complementary color
Monochromatic Colors of #357EFD
Black with #357EFD
Text Example
Text Example
White with #357EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EFD; }
p { color: rgb(53,126,253); }
H1.HeaderClassName
{
color: #357EFD;
}
.AnyTagClassName
{
color: #357EFD;
}
</style>
background-color css
<style>
a { background-color: #357EFD; }
a { background-color: rgb(53,126,253); }
div.DivClassName
{
background-color: #357EFD;
}
.BgClassName
{
background-color: #357EFD;
}
</style>
border-color css
<style>
span { border-color: #357EFD; }
span { border-color: rgb(53,126,253); }
td.TdClassName
{
border-color: #357EFD;
}
.TagClassName
{
border-color: #357EFD;
}
</style>