Shades of Dodger Blue #238AFB
Tints of Dodger Blue #238AFB
RGB
CMYK
RGB Variations
Color information
#238AFB (or 0x238AFB) is known color: Dodger Blue. HEX triplet: 23, 8A and FB. RGB value is (35,138,251). Sum of RGB (Red+Green+Blue) = 35+138+251=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #238AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AFB is #DC7504. Grayscale: #777777. Windows color (decimal): -14447877 or 16484899. OLE color: 16484899.
HSL color Cylindrical-coordinate representation of color #238AFB: hue angle of 211.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238AFB is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 138 | 251 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.02 |
| HSL | 211.39º | 0.96% | 0.56% | - |
| HSV(B) | 211.39º | 0.86% | 0.98% | - |
| XYZ | 27.19 | 25.5 | 94.76 | - |
| YUV | 120.09 | 201.88 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 251 | 0.86 | 0.45 | 0 | 0.02 | 211.39 | 0.96 | 0.56 |
| Hex | 23 | 8A | FB | 56 | 2D | 0 | 2 | D3 | 60 | 38 |
| Octal | 43 | 212 | 373 | 126 | 55 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100011 | 10001010 | 11111011 | 1010110 | 101101 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #238AFB
Complementary color
Monochromatic Colors of #238AFB
Black with #238AFB
Text Example
Text Example
White with #238AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AFB; }
p { color: rgb(35,138,251); }
H1.HeaderClassName
{
color: #238AFB;
}
.AnyTagClassName
{
color: #238AFB;
}
</style>
background-color css
<style>
a { background-color: #238AFB; }
a { background-color: rgb(35,138,251); }
div.DivClassName
{
background-color: #238AFB;
}
.BgClassName
{
background-color: #238AFB;
}
</style>
border-color css
<style>
span { border-color: #238AFB; }
span { border-color: rgb(35,138,251); }
td.TdClassName
{
border-color: #238AFB;
}
.TagClassName
{
border-color: #238AFB;
}
</style>