Shades of Dodger Blue #2391DF
Tints of Dodger Blue #2391DF
RGB
CMYK
RGB Variations
Color information
#2391DF (or 0x2391DF) is known color: Dodger Blue. HEX triplet: 23, 91 and DF. RGB value is (35,145,223). Sum of RGB (Red+Green+Blue) = 35+145+223=403 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.68% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #2391DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2391DF is #DC6E20. Grayscale: #787878. Windows color (decimal): -14446113 or 14651683. OLE color: 14651683.
HSL color Cylindrical-coordinate representation of color #2391DF: hue angle of 204.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2391DF is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 145 | 223 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.13 |
| HSL | 204.89º | 0.75% | 0.51% | - |
| HSV(B) | 204.89º | 0.84% | 0.87% | - |
| XYZ | 24.14 | 25.94 | 73.55 | - |
| YUV | 121 | 185.56 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 223 | 0.84 | 0.35 | 0 | 0.13 | 204.89 | 0.75 | 0.51 |
| Hex | 23 | 91 | DF | 54 | 23 | 0 | D | CD | 4B | 33 |
| Octal | 43 | 221 | 337 | 124 | 43 | 0 | 15 | 315 | 113 | 63 |
| Binary | 100011 | 10010001 | 11011111 | 1010100 | 100011 | 0 | 1101 | 11001101 | 1001011 | 110011 |
Color Harmonies of #2391DF
Complementary color
Monochromatic Colors of #2391DF
Black with #2391DF
Text Example
Text Example
White with #2391DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2391DF; }
p { color: rgb(35,145,223); }
H1.HeaderClassName
{
color: #2391DF;
}
.AnyTagClassName
{
color: #2391DF;
}
</style>
background-color css
<style>
a { background-color: #2391DF; }
a { background-color: rgb(35,145,223); }
div.DivClassName
{
background-color: #2391DF;
}
.BgClassName
{
background-color: #2391DF;
}
</style>
border-color css
<style>
span { border-color: #2391DF; }
span { border-color: rgb(35,145,223); }
td.TdClassName
{
border-color: #2391DF;
}
.TagClassName
{
border-color: #2391DF;
}
</style>