Shades of Dodger Blue #357BFB
Tints of Dodger Blue #357BFB
RGB
CMYK
RGB Variations
Color information
#357BFB (or 0x357BFB) is known color: Dodger Blue. HEX triplet: 35, 7B and FB. RGB value is (53,123,251). Sum of RGB (Red+Green+Blue) = 53+123+251=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #357BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357BFB is #CA8404. Grayscale: #747474. Windows color (decimal): -13272069 or 16481077. OLE color: 16481077.
HSL color Cylindrical-coordinate representation of color #357BFB: hue angle of 218.79º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #357BFB is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 123 | 251 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.02 |
| HSL | 218.79º | 0.96% | 0.6% | - |
| HSV(B) | 218.79º | 0.79% | 0.98% | - |
| XYZ | 25.96 | 21.89 | 94.12 | - |
| YUV | 116.66 | 203.81 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 251 | 0.79 | 0.51 | 0 | 0.02 | 218.79 | 0.96 | 0.6 |
| Hex | 35 | 7B | FB | 4F | 33 | 0 | 2 | DB | 60 | 3C |
| Octal | 65 | 173 | 373 | 117 | 63 | 0 | 2 | 333 | 140 | 74 |
| Binary | 110101 | 1111011 | 11111011 | 1001111 | 110011 | 0 | 10 | 11011011 | 1100000 | 111100 |
Color Harmonies of #357BFB
Complementary color
Monochromatic Colors of #357BFB
Black with #357BFB
Text Example
Text Example
White with #357BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BFB; }
p { color: rgb(53,123,251); }
H1.HeaderClassName
{
color: #357BFB;
}
.AnyTagClassName
{
color: #357BFB;
}
</style>
background-color css
<style>
a { background-color: #357BFB; }
a { background-color: rgb(53,123,251); }
div.DivClassName
{
background-color: #357BFB;
}
.BgClassName
{
background-color: #357BFB;
}
</style>
border-color css
<style>
span { border-color: #357BFB; }
span { border-color: rgb(53,123,251); }
td.TdClassName
{
border-color: #357BFB;
}
.TagClassName
{
border-color: #357BFB;
}
</style>