Shades of Dodger Blue #2374F0
Tints of Dodger Blue #2374F0
RGB
CMYK
RGB Variations
Color information
#2374F0 (or 0x2374F0) is known color: Dodger Blue. HEX triplet: 23, 74 and F0. RGB value is (35,116,240). Sum of RGB (Red+Green+Blue) = 35+116+240=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #2374F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2374F0 is #DC8B0F. Grayscale: #696969. Windows color (decimal): -14453520 or 15758371. OLE color: 15758371.
HSL color Cylindrical-coordinate representation of color #2374F0: hue angle of 216.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2374F0 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 116 | 240 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.06 |
| HSL | 216.29º | 0.87% | 0.54% | - |
| HSV(B) | 216.29º | 0.85% | 0.94% | - |
| XYZ | 22.67 | 19.14 | 84.94 | - |
| YUV | 105.92 | 203.66 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 240 | 0.85 | 0.52 | 0 | 0.06 | 216.29 | 0.87 | 0.54 |
| Hex | 23 | 74 | F0 | 55 | 34 | 0 | 6 | D8 | 57 | 36 |
| Octal | 43 | 164 | 360 | 125 | 64 | 0 | 6 | 330 | 127 | 66 |
| Binary | 100011 | 1110100 | 11110000 | 1010101 | 110100 | 0 | 110 | 11011000 | 1010111 | 110110 |
Color Harmonies of #2374F0
Complementary color
Monochromatic Colors of #2374F0
Black with #2374F0
Text Example
Text Example
White with #2374F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2374F0; }
p { color: rgb(35,116,240); }
H1.HeaderClassName
{
color: #2374F0;
}
.AnyTagClassName
{
color: #2374F0;
}
</style>
background-color css
<style>
a { background-color: #2374F0; }
a { background-color: rgb(35,116,240); }
div.DivClassName
{
background-color: #2374F0;
}
.BgClassName
{
background-color: #2374F0;
}
</style>
border-color css
<style>
span { border-color: #2374F0; }
span { border-color: rgb(35,116,240); }
td.TdClassName
{
border-color: #2374F0;
}
.TagClassName
{
border-color: #2374F0;
}
</style>