Shades of Dodger Blue #2372F2
Tints of Dodger Blue #2372F2
RGB
CMYK
RGB Variations
Color information
#2372F2 (or 0x2372F2) is known color: Dodger Blue. HEX triplet: 23, 72 and F2. RGB value is (35,114,242). Sum of RGB (Red+Green+Blue) = 35+114+242=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #2372F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2372F2 is #DC8D0D. Grayscale: #686868. Windows color (decimal): -14454030 or 15888931. OLE color: 15888931.
HSL color Cylindrical-coordinate representation of color #2372F2: hue angle of 217.1º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2372F2 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 114 | 242 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.05 |
| HSL | 217.1º | 0.89% | 0.54% | - |
| HSV(B) | 217.1º | 0.86% | 0.95% | - |
| XYZ | 22.74 | 18.8 | 86.44 | - |
| YUV | 104.97 | 205.33 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 242 | 0.86 | 0.53 | 0 | 0.05 | 217.1 | 0.89 | 0.54 |
| Hex | 23 | 72 | F2 | 56 | 35 | 0 | 5 | D9 | 59 | 36 |
| Octal | 43 | 162 | 362 | 126 | 65 | 0 | 5 | 331 | 131 | 66 |
| Binary | 100011 | 1110010 | 11110010 | 1010110 | 110101 | 0 | 101 | 11011001 | 1011001 | 110110 |
Color Harmonies of #2372F2
Complementary color
Monochromatic Colors of #2372F2
Black with #2372F2
Text Example
Text Example
White with #2372F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2372F2; }
p { color: rgb(35,114,242); }
H1.HeaderClassName
{
color: #2372F2;
}
.AnyTagClassName
{
color: #2372F2;
}
</style>
background-color css
<style>
a { background-color: #2372F2; }
a { background-color: rgb(35,114,242); }
div.DivClassName
{
background-color: #2372F2;
}
.BgClassName
{
background-color: #2372F2;
}
</style>
border-color css
<style>
span { border-color: #2372F2; }
span { border-color: rgb(35,114,242); }
td.TdClassName
{
border-color: #2372F2;
}
.TagClassName
{
border-color: #2372F2;
}
</style>