Shades of Dodger Blue #228CF1
Tints of Dodger Blue #228CF1
RGB
CMYK
RGB Variations
Color information
#228CF1 (or 0x228CF1) is known color: Dodger Blue. HEX triplet: 22, 8C and F1. RGB value is (34,140,241). Sum of RGB (Red+Green+Blue) = 34+140+241=415 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.19% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #228CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CF1 is #DD730E. Grayscale: #777777. Windows color (decimal): -14512911 or 15830050. OLE color: 15830050.
HSL color Cylindrical-coordinate representation of color #228CF1: hue angle of 209.28º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228CF1 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 140 | 241 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.05 |
| HSL | 209.28º | 0.88% | 0.54% | - |
| HSV(B) | 209.28º | 0.86% | 0.95% | - |
| XYZ | 25.91 | 25.45 | 86.77 | - |
| YUV | 119.82 | 196.38 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 241 | 0.86 | 0.42 | 0 | 0.05 | 209.28 | 0.88 | 0.54 |
| Hex | 22 | 8C | F1 | 56 | 2A | 0 | 5 | D1 | 58 | 36 |
| Octal | 42 | 214 | 361 | 126 | 52 | 0 | 5 | 321 | 130 | 66 |
| Binary | 100010 | 10001100 | 11110001 | 1010110 | 101010 | 0 | 101 | 11010001 | 1011000 | 110110 |
Color Harmonies of #228CF1
Complementary color
Monochromatic Colors of #228CF1
Black with #228CF1
Text Example
Text Example
White with #228CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228CF1; }
p { color: rgb(34,140,241); }
H1.HeaderClassName
{
color: #228CF1;
}
.AnyTagClassName
{
color: #228CF1;
}
</style>
background-color css
<style>
a { background-color: #228CF1; }
a { background-color: rgb(34,140,241); }
div.DivClassName
{
background-color: #228CF1;
}
.BgClassName
{
background-color: #228CF1;
}
</style>
border-color css
<style>
span { border-color: #228CF1; }
span { border-color: rgb(34,140,241); }
td.TdClassName
{
border-color: #228CF1;
}
.TagClassName
{
border-color: #228CF1;
}
</style>