Shades of Dodger Blue #357AFF
Tints of Dodger Blue #357AFF
RGB
CMYK
RGB Variations
Color information
#357AFF (or 0x357AFF) is known color: Dodger Blue. HEX triplet: 35, 7A and FF. RGB value is (53,122,255). Sum of RGB (Red+Green+Blue) = 53+122+255=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #357AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357AFF is #CA8500. Grayscale: #737373. Windows color (decimal): -13272321 or 16742965. OLE color: 16742965.
HSL color Cylindrical-coordinate representation of color #357AFF: hue angle of 219.5º 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 #357AFF is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 122 | 255 | - |
| CMYK | 0.79 | 0.52 | 0 | 0 |
| HSL | 219.5º | 1% | 0.6% | - |
| HSV(B) | 219.5º | 0.79% | 1% | - |
| XYZ | 26.48 | 21.9 | 97.44 | - |
| YUV | 116.53 | 206.14 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 255 | 0.79 | 0.52 | 0 | 0 | 219.5 | 1 | 0.6 |
| Hex | 35 | 7A | FF | 4F | 34 | 0 | 0 | DC | 64 | 3C |
| Octal | 65 | 172 | 377 | 117 | 64 | 0 | 0 | 334 | 144 | 74 |
| Binary | 110101 | 1111010 | 11111111 | 1001111 | 110100 | 0 | 0 | 11011100 | 1100100 | 111100 |
Color Harmonies of #357AFF
Complementary color
Monochromatic Colors of #357AFF
Black with #357AFF
Text Example
Text Example
White with #357AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357AFF; }
p { color: rgb(53,122,255); }
H1.HeaderClassName
{
color: #357AFF;
}
.AnyTagClassName
{
color: #357AFF;
}
</style>
background-color css
<style>
a { background-color: #357AFF; }
a { background-color: rgb(53,122,255); }
div.DivClassName
{
background-color: #357AFF;
}
.BgClassName
{
background-color: #357AFF;
}
</style>
border-color css
<style>
span { border-color: #357AFF; }
span { border-color: rgb(53,122,255); }
td.TdClassName
{
border-color: #357AFF;
}
.TagClassName
{
border-color: #357AFF;
}
</style>