Shades of Dodger Blue #237FDC
Tints of Dodger Blue #237FDC
RGB
CMYK
RGB Variations
Color information
#237FDC (or 0x237FDC) is known color: Dodger Blue. HEX triplet: 23, 7F and DC. RGB value is (35,127,220). Sum of RGB (Red+Green+Blue) = 35+127+220=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #237FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237FDC is #DC8023. Grayscale: #6D6D6D. Windows color (decimal): -14450724 or 14450467. OLE color: 14450467.
HSL color Cylindrical-coordinate representation of color #237FDC: hue angle of 210.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237FDC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 127 | 220 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.14 |
| HSL | 210.16º | 0.73% | 0.5% | - |
| HSV(B) | 210.16º | 0.84% | 0.86% | - |
| XYZ | 21.2 | 20.7 | 70.59 | - |
| YUV | 110.09 | 190.02 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 220 | 0.84 | 0.42 | 0 | 0.14 | 210.16 | 0.73 | 0.5 |
| Hex | 23 | 7F | DC | 54 | 2A | 0 | E | D2 | 49 | 32 |
| Octal | 43 | 177 | 334 | 124 | 52 | 0 | 16 | 322 | 111 | 62 |
| Binary | 100011 | 1111111 | 11011100 | 1010100 | 101010 | 0 | 1110 | 11010010 | 1001001 | 110010 |
Color Harmonies of #237FDC
Complementary color
Monochromatic Colors of #237FDC
Black with #237FDC
Text Example
Text Example
White with #237FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FDC; }
p { color: rgb(35,127,220); }
H1.HeaderClassName
{
color: #237FDC;
}
.AnyTagClassName
{
color: #237FDC;
}
</style>
background-color css
<style>
a { background-color: #237FDC; }
a { background-color: rgb(35,127,220); }
div.DivClassName
{
background-color: #237FDC;
}
.BgClassName
{
background-color: #237FDC;
}
</style>
border-color css
<style>
span { border-color: #237FDC; }
span { border-color: rgb(35,127,220); }
td.TdClassName
{
border-color: #237FDC;
}
.TagClassName
{
border-color: #237FDC;
}
</style>