Shades of Dodger Blue #236EFE
Tints of Dodger Blue #236EFE
RGB
CMYK
RGB Variations
Color information
#236EFE (or 0x236EFE) is known color: Dodger Blue. HEX triplet: 23, 6E and FE. RGB value is (35,110,254). Sum of RGB (Red+Green+Blue) = 35+110+254=399 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.77% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #236EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236EFE is #DC9101. Grayscale: #676767. Windows color (decimal): -14455042 or 16674339. OLE color: 16674339.
HSL color Cylindrical-coordinate representation of color #236EFE: hue angle of 219.45º 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 #236EFE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 110 | 254 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.00 |
| HSL | 219.45º | 0.99% | 0.57% | - |
| HSV(B) | 219.45º | 0.86% | 1% | - |
| XYZ | 24.16 | 18.66 | 96.1 | - |
| YUV | 103.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 254 | 0.86 | 0.57 | 0 | 0.00 | 219.45 | 0.99 | 0.57 |
| Hex | 23 | 6E | FE | 56 | 39 | 0 | 0 | DB | 63 | 39 |
| Octal | 43 | 156 | 376 | 126 | 71 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100011 | 1101110 | 11111110 | 1010110 | 111001 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #236EFE
Complementary color
Monochromatic Colors of #236EFE
Black with #236EFE
Text Example
Text Example
White with #236EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236EFE; }
p { color: rgb(35,110,254); }
H1.HeaderClassName
{
color: #236EFE;
}
.AnyTagClassName
{
color: #236EFE;
}
</style>
background-color css
<style>
a { background-color: #236EFE; }
a { background-color: rgb(35,110,254); }
div.DivClassName
{
background-color: #236EFE;
}
.BgClassName
{
background-color: #236EFE;
}
</style>
border-color css
<style>
span { border-color: #236EFE; }
span { border-color: rgb(35,110,254); }
td.TdClassName
{
border-color: #236EFE;
}
.TagClassName
{
border-color: #236EFE;
}
</style>