Shades of Dodger Blue #2370FD
Tints of Dodger Blue #2370FD
RGB
CMYK
RGB Variations
Color information
#2370FD (or 0x2370FD) is known color: Dodger Blue. HEX triplet: 23, 70 and FD. RGB value is (35,112,253). Sum of RGB (Red+Green+Blue) = 35+112+253=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #2370FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2370FD is #DC8F02. Grayscale: #686868. Windows color (decimal): -14454531 or 16609315. OLE color: 16609315.
HSL color Cylindrical-coordinate representation of color #2370FD: hue angle of 218.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2370FD is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 112 | 253 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.01 |
| HSL | 218.81º | 0.98% | 0.56% | - |
| HSV(B) | 218.81º | 0.86% | 0.99% | - |
| XYZ | 24.22 | 19.04 | 95.33 | - |
| YUV | 105.05 | 211.49 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 253 | 0.86 | 0.56 | 0 | 0.01 | 218.81 | 0.98 | 0.56 |
| Hex | 23 | 70 | FD | 56 | 38 | 0 | 1 | DB | 62 | 38 |
| Octal | 43 | 160 | 375 | 126 | 70 | 0 | 1 | 333 | 142 | 70 |
| Binary | 100011 | 1110000 | 11111101 | 1010110 | 111000 | 0 | 1 | 11011011 | 1100010 | 111000 |
Color Harmonies of #2370FD
Complementary color
Monochromatic Colors of #2370FD
Black with #2370FD
Text Example
Text Example
White with #2370FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2370FD; }
p { color: rgb(35,112,253); }
H1.HeaderClassName
{
color: #2370FD;
}
.AnyTagClassName
{
color: #2370FD;
}
</style>
background-color css
<style>
a { background-color: #2370FD; }
a { background-color: rgb(35,112,253); }
div.DivClassName
{
background-color: #2370FD;
}
.BgClassName
{
background-color: #2370FD;
}
</style>
border-color css
<style>
span { border-color: #2370FD; }
span { border-color: rgb(35,112,253); }
td.TdClassName
{
border-color: #2370FD;
}
.TagClassName
{
border-color: #2370FD;
}
</style>