Shades of Dodger Blue #238CF1
Tints of Dodger Blue #238CF1
RGB
CMYK
RGB Variations
Color information
#238CF1 (or 0x238CF1) is known color: Dodger Blue. HEX triplet: 23, 8C and F1. RGB value is (35,140,241). Sum of RGB (Red+Green+Blue) = 35+140+241=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #238CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238CF1 is #DC730E. Grayscale: #777777. Windows color (decimal): -14447375 or 15830051. OLE color: 15830051.
HSL color Cylindrical-coordinate representation of color #238CF1: hue angle of 209.42º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238CF1 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 140 | 241 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.05 |
| HSL | 209.42º | 0.88% | 0.54% | - |
| HSV(B) | 209.42º | 0.85% | 0.95% | - |
| XYZ | 25.95 | 25.46 | 86.77 | - |
| YUV | 120.12 | 196.21 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 241 | 0.85 | 0.42 | 0 | 0.05 | 209.42 | 0.88 | 0.54 |
| Hex | 23 | 8C | F1 | 55 | 2A | 0 | 5 | D1 | 58 | 36 |
| Octal | 43 | 214 | 361 | 125 | 52 | 0 | 5 | 321 | 130 | 66 |
| Binary | 100011 | 10001100 | 11110001 | 1010101 | 101010 | 0 | 101 | 11010001 | 1011000 | 110110 |
Color Harmonies of #238CF1
Complementary color
Monochromatic Colors of #238CF1
Black with #238CF1
Text Example
Text Example
White with #238CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CF1; }
p { color: rgb(35,140,241); }
H1.HeaderClassName
{
color: #238CF1;
}
.AnyTagClassName
{
color: #238CF1;
}
</style>
background-color css
<style>
a { background-color: #238CF1; }
a { background-color: rgb(35,140,241); }
div.DivClassName
{
background-color: #238CF1;
}
.BgClassName
{
background-color: #238CF1;
}
</style>
border-color css
<style>
span { border-color: #238CF1; }
span { border-color: rgb(35,140,241); }
td.TdClassName
{
border-color: #238CF1;
}
.TagClassName
{
border-color: #238CF1;
}
</style>