Shades of Dodger Blue #237FFE
Tints of Dodger Blue #237FFE
RGB
CMYK
RGB Variations
Color information
#237FFE (or 0x237FFE) is known color: Dodger Blue. HEX triplet: 23, 7F and FE. RGB value is (35,127,254). Sum of RGB (Red+Green+Blue) = 35+127+254=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #237FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237FFE is #DC8001. Grayscale: #717171. Windows color (decimal): -14450690 or 16678691. OLE color: 16678691.
HSL color Cylindrical-coordinate representation of color #237FFE: hue angle of 214.79º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #237FFE is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 127 | 254 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.00 |
| HSL | 214.79º | 0.99% | 0.57% | - |
| HSV(B) | 214.79º | 0.86% | 1% | - |
| XYZ | 26.17 | 22.69 | 96.77 | - |
| YUV | 113.97 | 207.02 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 254 | 0.86 | 0.50 | 0 | 0.00 | 214.79 | 0.99 | 0.57 |
| Hex | 23 | 7F | FE | 56 | 32 | 0 | 0 | D7 | 63 | 39 |
| Octal | 43 | 177 | 376 | 126 | 62 | 0 | 0 | 327 | 143 | 71 |
| Binary | 100011 | 1111111 | 11111110 | 1010110 | 110010 | 0 | 0 | 11010111 | 1100011 | 111001 |
Color Harmonies of #237FFE
Complementary color
Monochromatic Colors of #237FFE
Black with #237FFE
Text Example
Text Example
White with #237FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FFE; }
p { color: rgb(35,127,254); }
H1.HeaderClassName
{
color: #237FFE;
}
.AnyTagClassName
{
color: #237FFE;
}
</style>
background-color css
<style>
a { background-color: #237FFE; }
a { background-color: rgb(35,127,254); }
div.DivClassName
{
background-color: #237FFE;
}
.BgClassName
{
background-color: #237FFE;
}
</style>
border-color css
<style>
span { border-color: #237FFE; }
span { border-color: rgb(35,127,254); }
td.TdClassName
{
border-color: #237FFE;
}
.TagClassName
{
border-color: #237FFE;
}
</style>