Shades of Dodger Blue #2373FF
Tints of Dodger Blue #2373FF
RGB
CMYK
RGB Variations
Color information
#2373FF (or 0x2373FF) is known color: Dodger Blue. HEX triplet: 23, 73 and FF. RGB value is (35,115,255). Sum of RGB (Red+Green+Blue) = 35+115+255=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #2373FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2373FF is #DC8C00. Grayscale: #6A6A6A. Windows color (decimal): -14453761 or 16741155. OLE color: 16741155.
HSL color Cylindrical-coordinate representation of color #2373FF: hue angle of 218.18º 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 #2373FF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 115 | 255 | - |
| CMYK | 0.86 | 0.55 | 0 | 0 |
| HSL | 218.18º | 1% | 0.57% | - |
| HSV(B) | 218.18º | 0.86% | 1% | - |
| XYZ | 24.87 | 19.84 | 97.13 | - |
| YUV | 107.04 | 211.5 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 255 | 0.86 | 0.55 | 0 | 0 | 218.18 | 1 | 0.57 |
| Hex | 23 | 73 | FF | 56 | 37 | 0 | 0 | DA | 64 | 39 |
| Octal | 43 | 163 | 377 | 126 | 67 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100011 | 1110011 | 11111111 | 1010110 | 110111 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2373FF
Complementary color
Monochromatic Colors of #2373FF
Black with #2373FF
Text Example
Text Example
White with #2373FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373FF; }
p { color: rgb(35,115,255); }
H1.HeaderClassName
{
color: #2373FF;
}
.AnyTagClassName
{
color: #2373FF;
}
</style>
background-color css
<style>
a { background-color: #2373FF; }
a { background-color: rgb(35,115,255); }
div.DivClassName
{
background-color: #2373FF;
}
.BgClassName
{
background-color: #2373FF;
}
</style>
border-color css
<style>
span { border-color: #2373FF; }
span { border-color: rgb(35,115,255); }
td.TdClassName
{
border-color: #2373FF;
}
.TagClassName
{
border-color: #2373FF;
}
</style>