Shades of Dodger Blue #2397E5
Tints of Dodger Blue #2397E5
RGB
CMYK
RGB Variations
Color information
#2397E5 (or 0x2397E5) is known color: Dodger Blue. HEX triplet: 23, 97 and E5. RGB value is (35,151,229). Sum of RGB (Red+Green+Blue) = 35+151+229=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #2397E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2397E5 is #DC681A. Grayscale: #7C7C7C. Windows color (decimal): -14444571 or 15046435. OLE color: 15046435.
HSL color Cylindrical-coordinate representation of color #2397E5: hue angle of 204.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2397E5 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 151 | 229 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.10 |
| HSL | 204.12º | 0.79% | 0.52% | - |
| HSV(B) | 204.12º | 0.85% | 0.9% | - |
| XYZ | 25.9 | 28.15 | 78.2 | - |
| YUV | 125.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 229 | 0.85 | 0.34 | 0 | 0.10 | 204.12 | 0.79 | 0.52 |
| Hex | 23 | 97 | E5 | 55 | 22 | 0 | A | CC | 4F | 34 |
| Octal | 43 | 227 | 345 | 125 | 42 | 0 | 12 | 314 | 117 | 64 |
| Binary | 100011 | 10010111 | 11100101 | 1010101 | 100010 | 0 | 1010 | 11001100 | 1001111 | 110100 |
Color Harmonies of #2397E5
Complementary color
Monochromatic Colors of #2397E5
Black with #2397E5
Text Example
Text Example
White with #2397E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2397E5; }
p { color: rgb(35,151,229); }
H1.HeaderClassName
{
color: #2397E5;
}
.AnyTagClassName
{
color: #2397E5;
}
</style>
background-color css
<style>
a { background-color: #2397E5; }
a { background-color: rgb(35,151,229); }
div.DivClassName
{
background-color: #2397E5;
}
.BgClassName
{
background-color: #2397E5;
}
</style>
border-color css
<style>
span { border-color: #2397E5; }
span { border-color: rgb(35,151,229); }
td.TdClassName
{
border-color: #2397E5;
}
.TagClassName
{
border-color: #2397E5;
}
</style>