Shades of Dodger Blue #238AF3
Tints of Dodger Blue #238AF3
RGB
CMYK
RGB Variations
Color information
#238AF3 (or 0x238AF3) is known color: Dodger Blue. HEX triplet: 23, 8A and F3. RGB value is (35,138,243). Sum of RGB (Red+Green+Blue) = 35+138+243=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #238AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AF3 is #DC750C. Grayscale: #767676. Windows color (decimal): -14447885 or 15960611. OLE color: 15960611.
HSL color Cylindrical-coordinate representation of color #238AF3: hue angle of 210.29º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238AF3 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 138 | 243 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.05 |
| HSL | 210.29º | 0.9% | 0.55% | - |
| HSV(B) | 210.29º | 0.86% | 0.95% | - |
| XYZ | 25.96 | 25.01 | 88.25 | - |
| YUV | 119.17 | 197.88 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 243 | 0.86 | 0.43 | 0 | 0.05 | 210.29 | 0.9 | 0.55 |
| Hex | 23 | 8A | F3 | 56 | 2B | 0 | 5 | D2 | 5A | 37 |
| Octal | 43 | 212 | 363 | 126 | 53 | 0 | 5 | 322 | 132 | 67 |
| Binary | 100011 | 10001010 | 11110011 | 1010110 | 101011 | 0 | 101 | 11010010 | 1011010 | 110111 |
Color Harmonies of #238AF3
Complementary color
Monochromatic Colors of #238AF3
Black with #238AF3
Text Example
Text Example
White with #238AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AF3; }
p { color: rgb(35,138,243); }
H1.HeaderClassName
{
color: #238AF3;
}
.AnyTagClassName
{
color: #238AF3;
}
</style>
background-color css
<style>
a { background-color: #238AF3; }
a { background-color: rgb(35,138,243); }
div.DivClassName
{
background-color: #238AF3;
}
.BgClassName
{
background-color: #238AF3;
}
</style>
border-color css
<style>
span { border-color: #238AF3; }
span { border-color: rgb(35,138,243); }
td.TdClassName
{
border-color: #238AF3;
}
.TagClassName
{
border-color: #238AF3;
}
</style>