Shades of Dodger Blue #236CFE
Tints of Dodger Blue #236CFE
RGB
CMYK
RGB Variations
Color information
#236CFE (or 0x236CFE) is known color: Dodger Blue. HEX triplet: 23, 6C and FE. RGB value is (35,108,254). Sum of RGB (Red+Green+Blue) = 35+108+254=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #236CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236CFE is #DC9301. Grayscale: #666666. Windows color (decimal): -14455554 or 16673827. OLE color: 16673827.
HSL color Cylindrical-coordinate representation of color #236CFE: hue angle of 220º 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 #236CFE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 108 | 254 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.00 |
| HSL | 220º | 0.99% | 0.57% | - |
| HSV(B) | 220º | 0.86% | 1% | - |
| XYZ | 23.95 | 18.24 | 96.02 | - |
| YUV | 102.82 | 213.32 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 254 | 0.86 | 0.57 | 0 | 0.00 | 220 | 0.99 | 0.57 |
| Hex | 23 | 6C | FE | 56 | 39 | 0 | 0 | DC | 63 | 39 |
| Octal | 43 | 154 | 376 | 126 | 71 | 0 | 0 | 334 | 143 | 71 |
| Binary | 100011 | 1101100 | 11111110 | 1010110 | 111001 | 0 | 0 | 11011100 | 1100011 | 111001 |
Color Harmonies of #236CFE
Complementary color
Monochromatic Colors of #236CFE
Black with #236CFE
Text Example
Text Example
White with #236CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CFE; }
p { color: rgb(35,108,254); }
H1.HeaderClassName
{
color: #236CFE;
}
.AnyTagClassName
{
color: #236CFE;
}
</style>
background-color css
<style>
a { background-color: #236CFE; }
a { background-color: rgb(35,108,254); }
div.DivClassName
{
background-color: #236CFE;
}
.BgClassName
{
background-color: #236CFE;
}
</style>
border-color css
<style>
span { border-color: #236CFE; }
span { border-color: rgb(35,108,254); }
td.TdClassName
{
border-color: #236CFE;
}
.TagClassName
{
border-color: #236CFE;
}
</style>