Shades of Dodger Blue #358AF9
Tints of Dodger Blue #358AF9
RGB
CMYK
RGB Variations
Color information
#358AF9 (or 0x358AF9) is known color: Dodger Blue. HEX triplet: 35, 8A and F9. RGB value is (53,138,249). Sum of RGB (Red+Green+Blue) = 53+138+249=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #358AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AF9 is #CA7506. Grayscale: #7C7C7C. Windows color (decimal): -13268231 or 16353845. OLE color: 16353845.
HSL color Cylindrical-coordinate representation of color #358AF9: hue angle of 213.98º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358AF9 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 138 | 249 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.02 |
| HSL | 213.98º | 0.94% | 0.59% | - |
| HSV(B) | 213.98º | 0.79% | 0.98% | - |
| XYZ | 27.66 | 25.77 | 93.14 | - |
| YUV | 125.24 | 197.84 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 249 | 0.79 | 0.45 | 0 | 0.02 | 213.98 | 0.94 | 0.59 |
| Hex | 35 | 8A | F9 | 4F | 2D | 0 | 2 | D6 | 5E | 3B |
| Octal | 65 | 212 | 371 | 117 | 55 | 0 | 2 | 326 | 136 | 73 |
| Binary | 110101 | 10001010 | 11111001 | 1001111 | 101101 | 0 | 10 | 11010110 | 1011110 | 111011 |
Color Harmonies of #358AF9
Complementary color
Monochromatic Colors of #358AF9
Black with #358AF9
Text Example
Text Example
White with #358AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AF9; }
p { color: rgb(53,138,249); }
H1.HeaderClassName
{
color: #358AF9;
}
.AnyTagClassName
{
color: #358AF9;
}
</style>
background-color css
<style>
a { background-color: #358AF9; }
a { background-color: rgb(53,138,249); }
div.DivClassName
{
background-color: #358AF9;
}
.BgClassName
{
background-color: #358AF9;
}
</style>
border-color css
<style>
span { border-color: #358AF9; }
span { border-color: rgb(53,138,249); }
td.TdClassName
{
border-color: #358AF9;
}
.TagClassName
{
border-color: #358AF9;
}
</style>