Shades of Dodger Blue #2390FD
Tints of Dodger Blue #2390FD
RGB
CMYK
RGB Variations
Color information
#2390FD (or 0x2390FD) is known color: Dodger Blue. HEX triplet: 23, 90 and FD. RGB value is (35,144,253). Sum of RGB (Red+Green+Blue) = 35+144+253=432 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.10% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #2390FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2390FD is #DC6F02. Grayscale: #7B7B7B. Windows color (decimal): -14446339 or 16617507. OLE color: 16617507.
HSL color Cylindrical-coordinate representation of color #2390FD: hue angle of 210º 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 #2390FD is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 144 | 253 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.56% | - |
| HSV(B) | 210º | 0.86% | 0.99% | - |
| XYZ | 28.4 | 27.4 | 96.72 | - |
| YUV | 123.84 | 200.89 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 253 | 0.86 | 0.43 | 0 | 0.01 | 210 | 0.98 | 0.56 |
| Hex | 23 | 90 | FD | 56 | 2B | 0 | 1 | D2 | 62 | 38 |
| Octal | 43 | 220 | 375 | 126 | 53 | 0 | 1 | 322 | 142 | 70 |
| Binary | 100011 | 10010000 | 11111101 | 1010110 | 101011 | 0 | 1 | 11010010 | 1100010 | 111000 |
Color Harmonies of #2390FD
Complementary color
Monochromatic Colors of #2390FD
Black with #2390FD
Text Example
Text Example
White with #2390FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2390FD; }
p { color: rgb(35,144,253); }
H1.HeaderClassName
{
color: #2390FD;
}
.AnyTagClassName
{
color: #2390FD;
}
</style>
background-color css
<style>
a { background-color: #2390FD; }
a { background-color: rgb(35,144,253); }
div.DivClassName
{
background-color: #2390FD;
}
.BgClassName
{
background-color: #2390FD;
}
</style>
border-color css
<style>
span { border-color: #2390FD; }
span { border-color: rgb(35,144,253); }
td.TdClassName
{
border-color: #2390FD;
}
.TagClassName
{
border-color: #2390FD;
}
</style>