Shades of Dodger Blue #228BF5
Tints of Dodger Blue #228BF5
RGB
CMYK
RGB Variations
Color information
#228BF5 (or 0x228BF5) is known color: Dodger Blue. HEX triplet: 22, 8B and F5. RGB value is (34,139,245). Sum of RGB (Red+Green+Blue) = 34+139+245=418 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.13% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 245 (96.09% from 255 or 58.61% from 418); Max value from RGB is 245 - color contains mainly: blue. Hex color #228BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228BF5 is #DD740A. Grayscale: #777777. Windows color (decimal): -14513163 or 16091938. OLE color: 16091938.
HSL color Cylindrical-coordinate representation of color #228BF5: hue angle of 210.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228BF5 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 139 | 245 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.04 |
| HSL | 210.14º | 0.91% | 0.55% | - |
| HSV(B) | 210.14º | 0.86% | 0.96% | - |
| XYZ | 26.37 | 25.4 | 89.9 | - |
| YUV | 119.69 | 198.71 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 245 | 0.86 | 0.43 | 0 | 0.04 | 210.14 | 0.91 | 0.55 |
| Hex | 22 | 8B | F5 | 56 | 2B | 0 | 4 | D2 | 5B | 37 |
| Octal | 42 | 213 | 365 | 126 | 53 | 0 | 4 | 322 | 133 | 67 |
| Binary | 100010 | 10001011 | 11110101 | 1010110 | 101011 | 0 | 100 | 11010010 | 1011011 | 110111 |
Color Harmonies of #228BF5
Complementary color
Monochromatic Colors of #228BF5
Black with #228BF5
Text Example
Text Example
White with #228BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BF5; }
p { color: rgb(34,139,245); }
H1.HeaderClassName
{
color: #228BF5;
}
.AnyTagClassName
{
color: #228BF5;
}
</style>
background-color css
<style>
a { background-color: #228BF5; }
a { background-color: rgb(34,139,245); }
div.DivClassName
{
background-color: #228BF5;
}
.BgClassName
{
background-color: #228BF5;
}
</style>
border-color css
<style>
span { border-color: #228BF5; }
span { border-color: rgb(34,139,245); }
td.TdClassName
{
border-color: #228BF5;
}
.TagClassName
{
border-color: #228BF5;
}
</style>