Shades of Dodger Blue #2376FF
Tints of Dodger Blue #2376FF
RGB
CMYK
RGB Variations
Color information
#2376FF (or 0x2376FF) is known color: Dodger Blue. HEX triplet: 23, 76 and FF. RGB value is (35,118,255). Sum of RGB (Red+Green+Blue) = 35+118+255=408 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.58% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #2376FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2376FF is #DC8900. Grayscale: #6C6C6C. Windows color (decimal): -14452993 or 16741923. OLE color: 16741923.
HSL color Cylindrical-coordinate representation of color #2376FF: hue angle of 217.36º 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 #2376FF is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 118 | 255 | - |
| CMYK | 0.86 | 0.54 | 0 | 0 |
| HSL | 217.36º | 1% | 0.57% | - |
| HSV(B) | 217.36º | 0.86% | 1% | - |
| XYZ | 25.22 | 20.53 | 97.24 | - |
| YUV | 108.8 | 210.5 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 255 | 0.86 | 0.54 | 0 | 0 | 217.36 | 1 | 0.57 |
| Hex | 23 | 76 | FF | 56 | 36 | 0 | 0 | D9 | 64 | 39 |
| Octal | 43 | 166 | 377 | 126 | 66 | 0 | 0 | 331 | 144 | 71 |
| Binary | 100011 | 1110110 | 11111111 | 1010110 | 110110 | 0 | 0 | 11011001 | 1100100 | 111001 |
Color Harmonies of #2376FF
Complementary color
Monochromatic Colors of #2376FF
Black with #2376FF
Text Example
Text Example
White with #2376FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2376FF; }
p { color: rgb(35,118,255); }
H1.HeaderClassName
{
color: #2376FF;
}
.AnyTagClassName
{
color: #2376FF;
}
</style>
background-color css
<style>
a { background-color: #2376FF; }
a { background-color: rgb(35,118,255); }
div.DivClassName
{
background-color: #2376FF;
}
.BgClassName
{
background-color: #2376FF;
}
</style>
border-color css
<style>
span { border-color: #2376FF; }
span { border-color: rgb(35,118,255); }
td.TdClassName
{
border-color: #2376FF;
}
.TagClassName
{
border-color: #2376FF;
}
</style>