Shades of Dodger Blue #3598FF
Tints of Dodger Blue #3598FF
RGB
CMYK
RGB Variations
Color information
#3598FF (or 0x3598FF) is known color: Dodger Blue. HEX triplet: 35, 98 and FF. RGB value is (53,152,255). Sum of RGB (Red+Green+Blue) = 53+152+255=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #3598FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3598FF is #CA6700. Grayscale: #858585. Windows color (decimal): -13264641 or 16750645. OLE color: 16750645.
HSL color Cylindrical-coordinate representation of color #3598FF: hue angle of 210.59º 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 #3598FF is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 152 | 255 | - |
| CMYK | 0.79 | 0.40 | 0 | 0 |
| HSL | 210.59º | 1% | 0.6% | - |
| HSV(B) | 210.59º | 0.79% | 1% | - |
| XYZ | 30.75 | 30.43 | 98.86 | - |
| YUV | 134.14 | 196.2 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 255 | 0.79 | 0.40 | 0 | 0 | 210.59 | 1 | 0.6 |
| Hex | 35 | 98 | FF | 4F | 28 | 0 | 0 | D3 | 64 | 3C |
| Octal | 65 | 230 | 377 | 117 | 50 | 0 | 0 | 323 | 144 | 74 |
| Binary | 110101 | 10011000 | 11111111 | 1001111 | 101000 | 0 | 0 | 11010011 | 1100100 | 111100 |
Color Harmonies of #3598FF
Complementary color
Monochromatic Colors of #3598FF
Black with #3598FF
Text Example
Text Example
White with #3598FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3598FF; }
p { color: rgb(53,152,255); }
H1.HeaderClassName
{
color: #3598FF;
}
.AnyTagClassName
{
color: #3598FF;
}
</style>
background-color css
<style>
a { background-color: #3598FF; }
a { background-color: rgb(53,152,255); }
div.DivClassName
{
background-color: #3598FF;
}
.BgClassName
{
background-color: #3598FF;
}
</style>
border-color css
<style>
span { border-color: #3598FF; }
span { border-color: rgb(53,152,255); }
td.TdClassName
{
border-color: #3598FF;
}
.TagClassName
{
border-color: #3598FF;
}
</style>