Shades of Dodger Blue #2395FF
Tints of Dodger Blue #2395FF
RGB
CMYK
RGB Variations
Color information
#2395FF (or 0x2395FF) is known color: Dodger Blue. HEX triplet: 23, 95 and FF. RGB value is (35,149,255). Sum of RGB (Red+Green+Blue) = 35+149+255=439 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.97% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #2395FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2395FF is #DC6A00. Grayscale: #7E7E7E. Windows color (decimal): -14445057 or 16749859. OLE color: 16749859.
HSL color Cylindrical-coordinate representation of color #2395FF: hue angle of 208.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2395FF is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 149 | 255 | - |
| CMYK | 0.86 | 0.42 | 0 | 0 |
| HSL | 208.91º | 1% | 0.57% | - |
| HSV(B) | 208.91º | 0.86% | 1% | - |
| XYZ | 29.49 | 29.07 | 98.66 | - |
| YUV | 127 | 200.23 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 255 | 0.86 | 0.42 | 0 | 0 | 208.91 | 1 | 0.57 |
| Hex | 23 | 95 | FF | 56 | 2A | 0 | 0 | D1 | 64 | 39 |
| Octal | 43 | 225 | 377 | 126 | 52 | 0 | 0 | 321 | 144 | 71 |
| Binary | 100011 | 10010101 | 11111111 | 1010110 | 101010 | 0 | 0 | 11010001 | 1100100 | 111001 |
Color Harmonies of #2395FF
Complementary color
Monochromatic Colors of #2395FF
Black with #2395FF
Text Example
Text Example
White with #2395FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2395FF; }
p { color: rgb(35,149,255); }
H1.HeaderClassName
{
color: #2395FF;
}
.AnyTagClassName
{
color: #2395FF;
}
</style>
background-color css
<style>
a { background-color: #2395FF; }
a { background-color: rgb(35,149,255); }
div.DivClassName
{
background-color: #2395FF;
}
.BgClassName
{
background-color: #2395FF;
}
</style>
border-color css
<style>
span { border-color: #2395FF; }
span { border-color: rgb(35,149,255); }
td.TdClassName
{
border-color: #2395FF;
}
.TagClassName
{
border-color: #2395FF;
}
</style>