Shades of Dodger Blue #237BDF
Tints of Dodger Blue #237BDF
RGB
CMYK
RGB Variations
Color information
#237BDF (or 0x237BDF) is known color: Dodger Blue. HEX triplet: 23, 7B and DF. RGB value is (35,123,223). Sum of RGB (Red+Green+Blue) = 35+123+223=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #237BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237BDF is #DC8420. Grayscale: #6B6B6B. Windows color (decimal): -14451745 or 14646051. OLE color: 14646051.
HSL color Cylindrical-coordinate representation of color #237BDF: hue angle of 211.91º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237BDF is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 123 | 223 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.13 |
| HSL | 211.91º | 0.75% | 0.51% | - |
| HSV(B) | 211.91º | 0.84% | 0.87% | - |
| XYZ | 21.1 | 19.85 | 72.53 | - |
| YUV | 108.09 | 192.85 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 223 | 0.84 | 0.45 | 0 | 0.13 | 211.91 | 0.75 | 0.51 |
| Hex | 23 | 7B | DF | 54 | 2D | 0 | D | D4 | 4B | 33 |
| Octal | 43 | 173 | 337 | 124 | 55 | 0 | 15 | 324 | 113 | 63 |
| Binary | 100011 | 1111011 | 11011111 | 1010100 | 101101 | 0 | 1101 | 11010100 | 1001011 | 110011 |
Color Harmonies of #237BDF
Complementary color
Monochromatic Colors of #237BDF
Black with #237BDF
Text Example
Text Example
White with #237BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BDF; }
p { color: rgb(35,123,223); }
H1.HeaderClassName
{
color: #237BDF;
}
.AnyTagClassName
{
color: #237BDF;
}
</style>
background-color css
<style>
a { background-color: #237BDF; }
a { background-color: rgb(35,123,223); }
div.DivClassName
{
background-color: #237BDF;
}
.BgClassName
{
background-color: #237BDF;
}
</style>
border-color css
<style>
span { border-color: #237BDF; }
span { border-color: rgb(35,123,223); }
td.TdClassName
{
border-color: #237BDF;
}
.TagClassName
{
border-color: #237BDF;
}
</style>