Shades of Dodger Blue #2378FE
Tints of Dodger Blue #2378FE
RGB
CMYK
RGB Variations
Color information
#2378FE (or 0x2378FE) is known color: Dodger Blue. HEX triplet: 23, 78 and FE. RGB value is (35,120,254). Sum of RGB (Red+Green+Blue) = 35+120+254=409 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.56% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #2378FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2378FE is #DC8701. Grayscale: #6D6D6D. Windows color (decimal): -14452482 or 16676899. OLE color: 16676899.
HSL color Cylindrical-coordinate representation of color #2378FE: hue angle of 216.71º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2378FE is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 120 | 254 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.00 |
| HSL | 216.71º | 0.99% | 0.57% | - |
| HSV(B) | 216.71º | 0.86% | 1% | - |
| XYZ | 25.3 | 20.95 | 96.48 | - |
| YUV | 109.86 | 209.34 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 254 | 0.86 | 0.53 | 0 | 0.00 | 216.71 | 0.99 | 0.57 |
| Hex | 23 | 78 | FE | 56 | 35 | 0 | 0 | D9 | 63 | 39 |
| Octal | 43 | 170 | 376 | 126 | 65 | 0 | 0 | 331 | 143 | 71 |
| Binary | 100011 | 1111000 | 11111110 | 1010110 | 110101 | 0 | 0 | 11011001 | 1100011 | 111001 |
Color Harmonies of #2378FE
Complementary color
Monochromatic Colors of #2378FE
Black with #2378FE
Text Example
Text Example
White with #2378FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2378FE; }
p { color: rgb(35,120,254); }
H1.HeaderClassName
{
color: #2378FE;
}
.AnyTagClassName
{
color: #2378FE;
}
</style>
background-color css
<style>
a { background-color: #2378FE; }
a { background-color: rgb(35,120,254); }
div.DivClassName
{
background-color: #2378FE;
}
.BgClassName
{
background-color: #2378FE;
}
</style>
border-color css
<style>
span { border-color: #2378FE; }
span { border-color: rgb(35,120,254); }
td.TdClassName
{
border-color: #2378FE;
}
.TagClassName
{
border-color: #2378FE;
}
</style>