Shades of Dodger Blue #2379FA
Tints of Dodger Blue #2379FA
RGB
CMYK
RGB Variations
Color information
#2379FA (or 0x2379FA) is known color: Dodger Blue. HEX triplet: 23, 79 and FA. RGB value is (35,121,250). Sum of RGB (Red+Green+Blue) = 35+121+250=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #2379FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2379FA is #DC8605. Grayscale: #6D6D6D. Windows color (decimal): -14452230 or 16415011. OLE color: 16415011.
HSL color Cylindrical-coordinate representation of color #2379FA: hue angle of 216º 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 #2379FA is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 121 | 250 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.02 |
| HSL | 216º | 0.96% | 0.56% | - |
| HSV(B) | 216º | 0.86% | 0.98% | - |
| XYZ | 24.79 | 20.93 | 93.18 | - |
| YUV | 109.99 | 207.01 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 250 | 0.86 | 0.52 | 0 | 0.02 | 216 | 0.96 | 0.56 |
| Hex | 23 | 79 | FA | 56 | 34 | 0 | 2 | D8 | 60 | 38 |
| Octal | 43 | 171 | 372 | 126 | 64 | 0 | 2 | 330 | 140 | 70 |
| Binary | 100011 | 1111001 | 11111010 | 1010110 | 110100 | 0 | 10 | 11011000 | 1100000 | 111000 |
Color Harmonies of #2379FA
Complementary color
Monochromatic Colors of #2379FA
Black with #2379FA
Text Example
Text Example
White with #2379FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2379FA; }
p { color: rgb(35,121,250); }
H1.HeaderClassName
{
color: #2379FA;
}
.AnyTagClassName
{
color: #2379FA;
}
</style>
background-color css
<style>
a { background-color: #2379FA; }
a { background-color: rgb(35,121,250); }
div.DivClassName
{
background-color: #2379FA;
}
.BgClassName
{
background-color: #2379FA;
}
</style>
border-color css
<style>
span { border-color: #2379FA; }
span { border-color: rgb(35,121,250); }
td.TdClassName
{
border-color: #2379FA;
}
.TagClassName
{
border-color: #2379FA;
}
</style>