Shades of Dodger Blue #357EFF
Tints of Dodger Blue #357EFF
RGB
CMYK
RGB Variations
Color information
#357EFF (or 0x357EFF) is known color: Dodger Blue. HEX triplet: 35, 7E and FF. RGB value is (53,126,255). Sum of RGB (Red+Green+Blue) = 53+126+255=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #357EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357EFF is #CA8100. Grayscale: #767676. Windows color (decimal): -13271297 or 16743989. OLE color: 16743989.
HSL color Cylindrical-coordinate representation of color #357EFF: hue angle of 218.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #357EFF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 126 | 255 | - |
| CMYK | 0.79 | 0.51 | 0 | 0 |
| HSL | 218.32º | 1% | 0.6% | - |
| HSV(B) | 218.32º | 0.79% | 1% | - |
| XYZ | 26.98 | 22.9 | 97.61 | - |
| YUV | 118.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 255 | 0.79 | 0.51 | 0 | 0 | 218.32 | 1 | 0.6 |
| Hex | 35 | 7E | FF | 4F | 33 | 0 | 0 | DA | 64 | 3C |
| Octal | 65 | 176 | 377 | 117 | 63 | 0 | 0 | 332 | 144 | 74 |
| Binary | 110101 | 1111110 | 11111111 | 1001111 | 110011 | 0 | 0 | 11011010 | 1100100 | 111100 |
Color Harmonies of #357EFF
Complementary color
Monochromatic Colors of #357EFF
Black with #357EFF
Text Example
Text Example
White with #357EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EFF; }
p { color: rgb(53,126,255); }
H1.HeaderClassName
{
color: #357EFF;
}
.AnyTagClassName
{
color: #357EFF;
}
</style>
background-color css
<style>
a { background-color: #357EFF; }
a { background-color: rgb(53,126,255); }
div.DivClassName
{
background-color: #357EFF;
}
.BgClassName
{
background-color: #357EFF;
}
</style>
border-color css
<style>
span { border-color: #357EFF; }
span { border-color: rgb(53,126,255); }
td.TdClassName
{
border-color: #357EFF;
}
.TagClassName
{
border-color: #357EFF;
}
</style>