Shades of Dodger Blue #238BFF
Tints of Dodger Blue #238BFF
RGB
CMYK
RGB Variations
Color information
#238BFF (or 0x238BFF) is known color: Dodger Blue. HEX triplet: 23, 8B and FF. RGB value is (35,139,255). Sum of RGB (Red+Green+Blue) = 35+139+255=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #238BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238BFF is #DC7400. Grayscale: #787878. Windows color (decimal): -14447617 or 16747299. OLE color: 16747299.
HSL color Cylindrical-coordinate representation of color #238BFF: hue angle of 211.64º 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 #238BFF is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 139 | 255 | - |
| CMYK | 0.86 | 0.45 | 0 | 0 |
| HSL | 211.64º | 1% | 0.57% | - |
| HSV(B) | 211.64º | 0.86% | 1% | - |
| XYZ | 27.98 | 26.04 | 98.16 | - |
| YUV | 121.13 | 203.54 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 255 | 0.86 | 0.45 | 0 | 0 | 211.64 | 1 | 0.57 |
| Hex | 23 | 8B | FF | 56 | 2D | 0 | 0 | D4 | 64 | 39 |
| Octal | 43 | 213 | 377 | 126 | 55 | 0 | 0 | 324 | 144 | 71 |
| Binary | 100011 | 10001011 | 11111111 | 1010110 | 101101 | 0 | 0 | 11010100 | 1100100 | 111001 |
Color Harmonies of #238BFF
Complementary color
Monochromatic Colors of #238BFF
Black with #238BFF
Text Example
Text Example
White with #238BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BFF; }
p { color: rgb(35,139,255); }
H1.HeaderClassName
{
color: #238BFF;
}
.AnyTagClassName
{
color: #238BFF;
}
</style>
background-color css
<style>
a { background-color: #238BFF; }
a { background-color: rgb(35,139,255); }
div.DivClassName
{
background-color: #238BFF;
}
.BgClassName
{
background-color: #238BFF;
}
</style>
border-color css
<style>
span { border-color: #238BFF; }
span { border-color: rgb(35,139,255); }
td.TdClassName
{
border-color: #238BFF;
}
.TagClassName
{
border-color: #238BFF;
}
</style>