Shades of Dodger Blue #237CFF
Tints of Dodger Blue #237CFF
RGB
CMYK
RGB Variations
Color information
#237CFF (or 0x237CFF) is known color: Dodger Blue. HEX triplet: 23, 7C and FF. RGB value is (35,124,255). Sum of RGB (Red+Green+Blue) = 35+124+255=414 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.45% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #237CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237CFF is #DC8300. Grayscale: #6F6F6F. Windows color (decimal): -14451457 or 16743459. OLE color: 16743459.
HSL color Cylindrical-coordinate representation of color #237CFF: hue angle of 215.73º 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 #237CFF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 124 | 255 | - |
| CMYK | 0.86 | 0.51 | 0 | 0 |
| HSL | 215.73º | 1% | 0.57% | - |
| HSV(B) | 215.73º | 0.86% | 1% | - |
| XYZ | 25.95 | 21.99 | 97.48 | - |
| YUV | 112.32 | 208.51 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 255 | 0.86 | 0.51 | 0 | 0 | 215.73 | 1 | 0.57 |
| Hex | 23 | 7C | FF | 56 | 33 | 0 | 0 | D8 | 64 | 39 |
| Octal | 43 | 174 | 377 | 126 | 63 | 0 | 0 | 330 | 144 | 71 |
| Binary | 100011 | 1111100 | 11111111 | 1010110 | 110011 | 0 | 0 | 11011000 | 1100100 | 111001 |
Color Harmonies of #237CFF
Complementary color
Monochromatic Colors of #237CFF
Black with #237CFF
Text Example
Text Example
White with #237CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237CFF; }
p { color: rgb(35,124,255); }
H1.HeaderClassName
{
color: #237CFF;
}
.AnyTagClassName
{
color: #237CFF;
}
</style>
background-color css
<style>
a { background-color: #237CFF; }
a { background-color: rgb(35,124,255); }
div.DivClassName
{
background-color: #237CFF;
}
.BgClassName
{
background-color: #237CFF;
}
</style>
border-color css
<style>
span { border-color: #237CFF; }
span { border-color: rgb(35,124,255); }
td.TdClassName
{
border-color: #237CFF;
}
.TagClassName
{
border-color: #237CFF;
}
</style>