Shades of Dodger Blue #2374FF
Tints of Dodger Blue #2374FF
RGB
CMYK
RGB Variations
Color information
#2374FF (or 0x2374FF) is known color: Dodger Blue. HEX triplet: 23, 74 and FF. RGB value is (35,116,255). Sum of RGB (Red+Green+Blue) = 35+116+255=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #2374FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2374FF is #DC8B00. Grayscale: #6A6A6A. Windows color (decimal): -14453505 or 16741411. OLE color: 16741411.
HSL color Cylindrical-coordinate representation of color #2374FF: hue angle of 217.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2374FF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 116 | 255 | - |
| CMYK | 0.86 | 0.55 | 0 | 0 |
| HSL | 217.91º | 1% | 0.57% | - |
| HSV(B) | 217.91º | 0.86% | 1% | - |
| XYZ | 24.99 | 20.07 | 97.16 | - |
| YUV | 107.63 | 211.16 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 255 | 0.86 | 0.55 | 0 | 0 | 217.91 | 1 | 0.57 |
| Hex | 23 | 74 | FF | 56 | 37 | 0 | 0 | DA | 64 | 39 |
| Octal | 43 | 164 | 377 | 126 | 67 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100011 | 1110100 | 11111111 | 1010110 | 110111 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2374FF
Complementary color
Monochromatic Colors of #2374FF
Black with #2374FF
Text Example
Text Example
White with #2374FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2374FF; }
p { color: rgb(35,116,255); }
H1.HeaderClassName
{
color: #2374FF;
}
.AnyTagClassName
{
color: #2374FF;
}
</style>
background-color css
<style>
a { background-color: #2374FF; }
a { background-color: rgb(35,116,255); }
div.DivClassName
{
background-color: #2374FF;
}
.BgClassName
{
background-color: #2374FF;
}
</style>
border-color css
<style>
span { border-color: #2374FF; }
span { border-color: rgb(35,116,255); }
td.TdClassName
{
border-color: #2374FF;
}
.TagClassName
{
border-color: #2374FF;
}
</style>