Shades of Dodger Blue #228FFB
Tints of Dodger Blue #228FFB
RGB
CMYK
RGB Variations
Color information
#228FFB (or 0x228FFB) is known color: Dodger Blue. HEX triplet: 22, 8F and FB. RGB value is (34,143,251). Sum of RGB (Red+Green+Blue) = 34+143+251=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #228FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228FFB is #DD7004. Grayscale: #7A7A7A. Windows color (decimal): -14512133 or 16486178. OLE color: 16486178.
HSL color Cylindrical-coordinate representation of color #228FFB: hue angle of 209.86º 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 #228FFB is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 143 | 251 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.02 |
| HSL | 209.86º | 0.96% | 0.56% | - |
| HSV(B) | 209.86º | 0.86% | 0.98% | - |
| XYZ | 27.89 | 26.95 | 95 | - |
| YUV | 122.72 | 200.39 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 251 | 0.86 | 0.43 | 0 | 0.02 | 209.86 | 0.96 | 0.56 |
| Hex | 22 | 8F | FB | 56 | 2B | 0 | 2 | D2 | 60 | 38 |
| Octal | 42 | 217 | 373 | 126 | 53 | 0 | 2 | 322 | 140 | 70 |
| Binary | 100010 | 10001111 | 11111011 | 1010110 | 101011 | 0 | 10 | 11010010 | 1100000 | 111000 |
Color Harmonies of #228FFB
Complementary color
Monochromatic Colors of #228FFB
Black with #228FFB
Text Example
Text Example
White with #228FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FFB; }
p { color: rgb(34,143,251); }
H1.HeaderClassName
{
color: #228FFB;
}
.AnyTagClassName
{
color: #228FFB;
}
</style>
background-color css
<style>
a { background-color: #228FFB; }
a { background-color: rgb(34,143,251); }
div.DivClassName
{
background-color: #228FFB;
}
.BgClassName
{
background-color: #228FFB;
}
</style>
border-color css
<style>
span { border-color: #228FFB; }
span { border-color: rgb(34,143,251); }
td.TdClassName
{
border-color: #228FFB;
}
.TagClassName
{
border-color: #228FFB;
}
</style>