Shades of Dodger Blue #236BFE
Tints of Dodger Blue #236BFE
RGB
CMYK
RGB Variations
Color information
#236BFE (or 0x236BFE) is known color: Dodger Blue. HEX triplet: 23, 6B and FE. RGB value is (35,107,254). Sum of RGB (Red+Green+Blue) = 35+107+254=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #236BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236BFE is #DC9401. Grayscale: #656565. Windows color (decimal): -14455810 or 16673571. OLE color: 16673571.
HSL color Cylindrical-coordinate representation of color #236BFE: hue angle of 220.27º 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 #236BFE is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 107 | 254 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.00 |
| HSL | 220.27º | 0.99% | 0.57% | - |
| HSV(B) | 220.27º | 0.86% | 1% | - |
| XYZ | 23.84 | 18.03 | 95.99 | - |
| YUV | 102.23 | 213.65 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 254 | 0.86 | 0.58 | 0 | 0.00 | 220.27 | 0.99 | 0.57 |
| Hex | 23 | 6B | FE | 56 | 3A | 0 | 0 | DC | 63 | 39 |
| Octal | 43 | 153 | 376 | 126 | 72 | 0 | 0 | 334 | 143 | 71 |
| Binary | 100011 | 1101011 | 11111110 | 1010110 | 111010 | 0 | 0 | 11011100 | 1100011 | 111001 |
Color Harmonies of #236BFE
Complementary color
Monochromatic Colors of #236BFE
Black with #236BFE
Text Example
Text Example
White with #236BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236BFE; }
p { color: rgb(35,107,254); }
H1.HeaderClassName
{
color: #236BFE;
}
.AnyTagClassName
{
color: #236BFE;
}
</style>
background-color css
<style>
a { background-color: #236BFE; }
a { background-color: rgb(35,107,254); }
div.DivClassName
{
background-color: #236BFE;
}
.BgClassName
{
background-color: #236BFE;
}
</style>
border-color css
<style>
span { border-color: #236BFE; }
span { border-color: rgb(35,107,254); }
td.TdClassName
{
border-color: #236BFE;
}
.TagClassName
{
border-color: #236BFE;
}
</style>