Shades of Dodger Blue #357CFC
Tints of Dodger Blue #357CFC
RGB
CMYK
RGB Variations
Color information
#357CFC (or 0x357CFC) is known color: Dodger Blue. HEX triplet: 35, 7C and FC. RGB value is (53,124,252). Sum of RGB (Red+Green+Blue) = 53+124+252=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #357CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CFC is #CA8303. Grayscale: #747474. Windows color (decimal): -13271812 or 16546869. OLE color: 16546869.
HSL color Cylindrical-coordinate representation of color #357CFC: hue angle of 218.59º degrees, saturation: 0.97, 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 #357CFC is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 124 | 252 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.01 |
| HSL | 218.59º | 0.97% | 0.6% | - |
| HSV(B) | 218.59º | 0.79% | 0.99% | - |
| XYZ | 26.25 | 22.2 | 95 | - |
| YUV | 117.36 | 203.98 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 252 | 0.79 | 0.51 | 0 | 0.01 | 218.59 | 0.97 | 0.6 |
| Hex | 35 | 7C | FC | 4F | 33 | 0 | 1 | DB | 61 | 3C |
| Octal | 65 | 174 | 374 | 117 | 63 | 0 | 1 | 333 | 141 | 74 |
| Binary | 110101 | 1111100 | 11111100 | 1001111 | 110011 | 0 | 1 | 11011011 | 1100001 | 111100 |
Color Harmonies of #357CFC
Complementary color
Monochromatic Colors of #357CFC
Black with #357CFC
Text Example
Text Example
White with #357CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CFC; }
p { color: rgb(53,124,252); }
H1.HeaderClassName
{
color: #357CFC;
}
.AnyTagClassName
{
color: #357CFC;
}
</style>
background-color css
<style>
a { background-color: #357CFC; }
a { background-color: rgb(53,124,252); }
div.DivClassName
{
background-color: #357CFC;
}
.BgClassName
{
background-color: #357CFC;
}
</style>
border-color css
<style>
span { border-color: #357CFC; }
span { border-color: rgb(53,124,252); }
td.TdClassName
{
border-color: #357CFC;
}
.TagClassName
{
border-color: #357CFC;
}
</style>