Shades of Dodger Blue #357BFC
Tints of Dodger Blue #357BFC
RGB
CMYK
RGB Variations
Color information
#357BFC (or 0x357BFC) is known color: Dodger Blue. HEX triplet: 35, 7B and FC. RGB value is (53,123,252). Sum of RGB (Red+Green+Blue) = 53+123+252=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #357BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357BFC is #CA8403. Grayscale: #747474. Windows color (decimal): -13272068 or 16546613. OLE color: 16546613.
HSL color Cylindrical-coordinate representation of color #357BFC: hue angle of 218.89º 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 #357BFC is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 123 | 252 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.01 |
| HSL | 218.89º | 0.97% | 0.6% | - |
| HSV(B) | 218.89º | 0.79% | 0.99% | - |
| XYZ | 26.12 | 21.95 | 94.96 | - |
| YUV | 116.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 252 | 0.79 | 0.51 | 0 | 0.01 | 218.89 | 0.97 | 0.6 |
| Hex | 35 | 7B | FC | 4F | 33 | 0 | 1 | DB | 61 | 3C |
| Octal | 65 | 173 | 374 | 117 | 63 | 0 | 1 | 333 | 141 | 74 |
| Binary | 110101 | 1111011 | 11111100 | 1001111 | 110011 | 0 | 1 | 11011011 | 1100001 | 111100 |
Color Harmonies of #357BFC
Complementary color
Monochromatic Colors of #357BFC
Black with #357BFC
Text Example
Text Example
White with #357BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BFC; }
p { color: rgb(53,123,252); }
H1.HeaderClassName
{
color: #357BFC;
}
.AnyTagClassName
{
color: #357BFC;
}
</style>
background-color css
<style>
a { background-color: #357BFC; }
a { background-color: rgb(53,123,252); }
div.DivClassName
{
background-color: #357BFC;
}
.BgClassName
{
background-color: #357BFC;
}
</style>
border-color css
<style>
span { border-color: #357BFC; }
span { border-color: rgb(53,123,252); }
td.TdClassName
{
border-color: #357BFC;
}
.TagClassName
{
border-color: #357BFC;
}
</style>