Shades of Dodger Blue #237BEA
Tints of Dodger Blue #237BEA
RGB
CMYK
RGB Variations
Color information
#237BEA (or 0x237BEA) is known color: Dodger Blue. HEX triplet: 23, 7B and EA. RGB value is (35,123,234). Sum of RGB (Red+Green+Blue) = 35+123+234=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #237BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237BEA is #DC8415. Grayscale: #6C6C6C. Windows color (decimal): -14451734 or 15366947. OLE color: 15366947.
HSL color Cylindrical-coordinate representation of color #237BEA: hue angle of 213.47º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237BEA is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 123 | 234 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.08 |
| HSL | 213.47º | 0.83% | 0.53% | - |
| HSV(B) | 213.47º | 0.85% | 0.92% | - |
| XYZ | 22.63 | 20.46 | 80.6 | - |
| YUV | 109.34 | 198.35 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 234 | 0.85 | 0.47 | 0 | 0.08 | 213.47 | 0.83 | 0.53 |
| Hex | 23 | 7B | EA | 55 | 2F | 0 | 8 | D5 | 53 | 35 |
| Octal | 43 | 173 | 352 | 125 | 57 | 0 | 10 | 325 | 123 | 65 |
| Binary | 100011 | 1111011 | 11101010 | 1010101 | 101111 | 0 | 1000 | 11010101 | 1010011 | 110101 |
Color Harmonies of #237BEA
Complementary color
Monochromatic Colors of #237BEA
Black with #237BEA
Text Example
Text Example
White with #237BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BEA; }
p { color: rgb(35,123,234); }
H1.HeaderClassName
{
color: #237BEA;
}
.AnyTagClassName
{
color: #237BEA;
}
</style>
background-color css
<style>
a { background-color: #237BEA; }
a { background-color: rgb(35,123,234); }
div.DivClassName
{
background-color: #237BEA;
}
.BgClassName
{
background-color: #237BEA;
}
</style>
border-color css
<style>
span { border-color: #237BEA; }
span { border-color: rgb(35,123,234); }
td.TdClassName
{
border-color: #237BEA;
}
.TagClassName
{
border-color: #237BEA;
}
</style>