Shades of Dodger Blue #2397FA
Tints of Dodger Blue #2397FA
RGB
CMYK
RGB Variations
Color information
#2397FA (or 0x2397FA) is known color: Dodger Blue. HEX triplet: 23, 97 and FA. RGB value is (35,151,250). Sum of RGB (Red+Green+Blue) = 35+151+250=436 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.03% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #2397FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2397FA is #DC6805. Grayscale: #7F7F7F. Windows color (decimal): -14444550 or 16422691. OLE color: 16422691.
HSL color Cylindrical-coordinate representation of color #2397FA: hue angle of 207.63º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2397FA is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 151 | 250 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.02 |
| HSL | 207.63º | 0.96% | 0.56% | - |
| HSV(B) | 207.63º | 0.86% | 0.98% | - |
| XYZ | 29.02 | 29.39 | 94.59 | - |
| YUV | 127.6 | 197.07 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 250 | 0.86 | 0.40 | 0 | 0.02 | 207.63 | 0.96 | 0.56 |
| Hex | 23 | 97 | FA | 56 | 28 | 0 | 2 | D0 | 60 | 38 |
| Octal | 43 | 227 | 372 | 126 | 50 | 0 | 2 | 320 | 140 | 70 |
| Binary | 100011 | 10010111 | 11111010 | 1010110 | 101000 | 0 | 10 | 11010000 | 1100000 | 111000 |
Color Harmonies of #2397FA
Complementary color
Monochromatic Colors of #2397FA
Black with #2397FA
Text Example
Text Example
White with #2397FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2397FA; }
p { color: rgb(35,151,250); }
H1.HeaderClassName
{
color: #2397FA;
}
.AnyTagClassName
{
color: #2397FA;
}
</style>
background-color css
<style>
a { background-color: #2397FA; }
a { background-color: rgb(35,151,250); }
div.DivClassName
{
background-color: #2397FA;
}
.BgClassName
{
background-color: #2397FA;
}
</style>
border-color css
<style>
span { border-color: #2397FA; }
span { border-color: rgb(35,151,250); }
td.TdClassName
{
border-color: #2397FA;
}
.TagClassName
{
border-color: #2397FA;
}
</style>