Shades of Dodger Blue #237EFF
Tints of Dodger Blue #237EFF
RGB
CMYK
RGB Variations
Color information
#237EFF (or 0x237EFF) is known color: Dodger Blue. HEX triplet: 23, 7E and FF. RGB value is (35,126,255). Sum of RGB (Red+Green+Blue) = 35+126+255=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #237EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237EFF is #DC8100. Grayscale: #707070. Windows color (decimal): -14450945 or 16743971. OLE color: 16743971.
HSL color Cylindrical-coordinate representation of color #237EFF: hue angle of 215.18º 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 #237EFF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 126 | 255 | - |
| CMYK | 0.86 | 0.51 | 0 | 0 |
| HSL | 215.18º | 1% | 0.57% | - |
| HSV(B) | 215.18º | 0.86% | 1% | - |
| XYZ | 26.2 | 22.5 | 97.57 | - |
| YUV | 113.5 | 207.85 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 255 | 0.86 | 0.51 | 0 | 0 | 215.18 | 1 | 0.57 |
| Hex | 23 | 7E | FF | 56 | 33 | 0 | 0 | D7 | 64 | 39 |
| Octal | 43 | 176 | 377 | 126 | 63 | 0 | 0 | 327 | 144 | 71 |
| Binary | 100011 | 1111110 | 11111111 | 1010110 | 110011 | 0 | 0 | 11010111 | 1100100 | 111001 |
Color Harmonies of #237EFF
Complementary color
Monochromatic Colors of #237EFF
Black with #237EFF
Text Example
Text Example
White with #237EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237EFF; }
p { color: rgb(35,126,255); }
H1.HeaderClassName
{
color: #237EFF;
}
.AnyTagClassName
{
color: #237EFF;
}
</style>
background-color css
<style>
a { background-color: #237EFF; }
a { background-color: rgb(35,126,255); }
div.DivClassName
{
background-color: #237EFF;
}
.BgClassName
{
background-color: #237EFF;
}
</style>
border-color css
<style>
span { border-color: #237EFF; }
span { border-color: rgb(35,126,255); }
td.TdClassName
{
border-color: #237EFF;
}
.TagClassName
{
border-color: #237EFF;
}
</style>