Shades of Dodger Blue #229BF3
Tints of Dodger Blue #229BF3
RGB
CMYK
RGB Variations
Color information
#229BF3 (or 0x229BF3) is known color: Dodger Blue. HEX triplet: 22, 9B and F3. RGB value is (34,155,243). Sum of RGB (Red+Green+Blue) = 34+155+243=432 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.87% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #229BF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229BF3 is #DD640C. Grayscale: #808080. Windows color (decimal): -14509069 or 15964962. OLE color: 15964962.
HSL color Cylindrical-coordinate representation of color #229BF3: hue angle of 205.26º degrees, saturation: 0.9, 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 #229BF3 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 155 | 243 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.05 |
| HSL | 205.26º | 0.9% | 0.54% | - |
| HSV(B) | 205.26º | 0.86% | 0.95% | - |
| XYZ | 28.56 | 30.25 | 89.13 | - |
| YUV | 128.85 | 192.41 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 243 | 0.86 | 0.36 | 0 | 0.05 | 205.26 | 0.9 | 0.54 |
| Hex | 22 | 9B | F3 | 56 | 24 | 0 | 5 | CD | 5A | 36 |
| Octal | 42 | 233 | 363 | 126 | 44 | 0 | 5 | 315 | 132 | 66 |
| Binary | 100010 | 10011011 | 11110011 | 1010110 | 100100 | 0 | 101 | 11001101 | 1011010 | 110110 |
Color Harmonies of #229BF3
Complementary color
Monochromatic Colors of #229BF3
Black with #229BF3
Text Example
Text Example
White with #229BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BF3; }
p { color: rgb(34,155,243); }
H1.HeaderClassName
{
color: #229BF3;
}
.AnyTagClassName
{
color: #229BF3;
}
</style>
background-color css
<style>
a { background-color: #229BF3; }
a { background-color: rgb(34,155,243); }
div.DivClassName
{
background-color: #229BF3;
}
.BgClassName
{
background-color: #229BF3;
}
</style>
border-color css
<style>
span { border-color: #229BF3; }
span { border-color: rgb(34,155,243); }
td.TdClassName
{
border-color: #229BF3;
}
.TagClassName
{
border-color: #229BF3;
}
</style>