Shades of Dodger Blue #2396FF
Tints of Dodger Blue #2396FF
RGB
CMYK
RGB Variations
Color information
#2396FF (or 0x2396FF) is known color: Dodger Blue. HEX triplet: 23, 96 and FF. RGB value is (35,150,255). Sum of RGB (Red+Green+Blue) = 35+150+255=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #2396FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2396FF is #DC6900. Grayscale: #7F7F7F. Windows color (decimal): -14444801 or 16750115. OLE color: 16750115.
HSL color Cylindrical-coordinate representation of color #2396FF: hue angle of 208.64º 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 #2396FF is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 150 | 255 | - |
| CMYK | 0.86 | 0.41 | 0 | 0 |
| HSL | 208.64º | 1% | 0.57% | - |
| HSV(B) | 208.64º | 0.86% | 1% | - |
| XYZ | 29.65 | 29.39 | 98.72 | - |
| YUV | 127.59 | 199.9 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 150 | 255 | 0.86 | 0.41 | 0 | 0 | 208.64 | 1 | 0.57 |
| Hex | 23 | 96 | FF | 56 | 29 | 0 | 0 | D1 | 64 | 39 |
| Octal | 43 | 226 | 377 | 126 | 51 | 0 | 0 | 321 | 144 | 71 |
| Binary | 100011 | 10010110 | 11111111 | 1010110 | 101001 | 0 | 0 | 11010001 | 1100100 | 111001 |
Color Harmonies of #2396FF
Complementary color
Monochromatic Colors of #2396FF
Black with #2396FF
Text Example
Text Example
White with #2396FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2396FF; }
p { color: rgb(35,150,255); }
H1.HeaderClassName
{
color: #2396FF;
}
.AnyTagClassName
{
color: #2396FF;
}
</style>
background-color css
<style>
a { background-color: #2396FF; }
a { background-color: rgb(35,150,255); }
div.DivClassName
{
background-color: #2396FF;
}
.BgClassName
{
background-color: #2396FF;
}
</style>
border-color css
<style>
span { border-color: #2396FF; }
span { border-color: rgb(35,150,255); }
td.TdClassName
{
border-color: #2396FF;
}
.TagClassName
{
border-color: #2396FF;
}
</style>