Shades of Dodger Blue #237BE3
Tints of Dodger Blue #237BE3
RGB
CMYK
RGB Variations
Color information
#237BE3 (or 0x237BE3) is known color: Dodger Blue. HEX triplet: 23, 7B and E3. RGB value is (35,123,227). Sum of RGB (Red+Green+Blue) = 35+123+227=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 227 (89.06% from 255 or 58.96% from 385); Max value from RGB is 227 - color contains mainly: blue. Hex color #237BE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237BE3 is #DC841C. Grayscale: #6C6C6C. Windows color (decimal): -14451741 or 14908195. OLE color: 14908195.
HSL color Cylindrical-coordinate representation of color #237BE3: hue angle of 212.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237BE3 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 123 | 227 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.11 |
| HSL | 212.5º | 0.77% | 0.51% | - |
| HSV(B) | 212.5º | 0.85% | 0.89% | - |
| XYZ | 21.64 | 20.07 | 75.41 | - |
| YUV | 108.54 | 194.85 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 227 | 0.85 | 0.46 | 0 | 0.11 | 212.5 | 0.77 | 0.51 |
| Hex | 23 | 7B | E3 | 55 | 2E | 0 | B | D4 | 4D | 33 |
| Octal | 43 | 173 | 343 | 125 | 56 | 0 | 13 | 324 | 115 | 63 |
| Binary | 100011 | 1111011 | 11100011 | 1010101 | 101110 | 0 | 1011 | 11010100 | 1001101 | 110011 |
Color Harmonies of #237BE3
Complementary color
Monochromatic Colors of #237BE3
Black with #237BE3
Text Example
Text Example
White with #237BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BE3; }
p { color: rgb(35,123,227); }
H1.HeaderClassName
{
color: #237BE3;
}
.AnyTagClassName
{
color: #237BE3;
}
</style>
background-color css
<style>
a { background-color: #237BE3; }
a { background-color: rgb(35,123,227); }
div.DivClassName
{
background-color: #237BE3;
}
.BgClassName
{
background-color: #237BE3;
}
</style>
border-color css
<style>
span { border-color: #237BE3; }
span { border-color: rgb(35,123,227); }
td.TdClassName
{
border-color: #237BE3;
}
.TagClassName
{
border-color: #237BE3;
}
</style>