Shades of Dodger Blue #359EFB
Tints of Dodger Blue #359EFB
RGB
CMYK
RGB Variations
Color information
#359EFB (or 0x359EFB) is known color: Dodger Blue. HEX triplet: 35, 9E and FB. RGB value is (53,158,251). Sum of RGB (Red+Green+Blue) = 53+158+251=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #359EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EFB is #CA6104. Grayscale: #888888. Windows color (decimal): -13263109 or 16490037. OLE color: 16490037.
HSL color Cylindrical-coordinate representation of color #359EFB: hue angle of 208.18º 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 #359EFB is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 158 | 251 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.02 |
| HSL | 208.18º | 0.96% | 0.6% | - |
| HSV(B) | 208.18º | 0.79% | 0.98% | - |
| XYZ | 31.11 | 32.18 | 95.84 | - |
| YUV | 137.21 | 192.21 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 251 | 0.79 | 0.37 | 0 | 0.02 | 208.18 | 0.96 | 0.6 |
| Hex | 35 | 9E | FB | 4F | 25 | 0 | 2 | D0 | 60 | 3C |
| Octal | 65 | 236 | 373 | 117 | 45 | 0 | 2 | 320 | 140 | 74 |
| Binary | 110101 | 10011110 | 11111011 | 1001111 | 100101 | 0 | 10 | 11010000 | 1100000 | 111100 |
Color Harmonies of #359EFB
Complementary color
Monochromatic Colors of #359EFB
Black with #359EFB
Text Example
Text Example
White with #359EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359EFB; }
p { color: rgb(53,158,251); }
H1.HeaderClassName
{
color: #359EFB;
}
.AnyTagClassName
{
color: #359EFB;
}
</style>
background-color css
<style>
a { background-color: #359EFB; }
a { background-color: rgb(53,158,251); }
div.DivClassName
{
background-color: #359EFB;
}
.BgClassName
{
background-color: #359EFB;
}
</style>
border-color css
<style>
span { border-color: #359EFB; }
span { border-color: rgb(53,158,251); }
td.TdClassName
{
border-color: #359EFB;
}
.TagClassName
{
border-color: #359EFB;
}
</style>