Shades of Dodger Blue #229BFC
Tints of Dodger Blue #229BFC
RGB
CMYK
RGB Variations
Color information
#229BFC (or 0x229BFC) is known color: Dodger Blue. HEX triplet: 22, 9B and FC. RGB value is (34,155,252). Sum of RGB (Red+Green+Blue) = 34+155+252=441 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.71% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #229BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229BFC is #DD6403. Grayscale: #818181. Windows color (decimal): -14509060 or 16554786. OLE color: 16554786.
HSL color Cylindrical-coordinate representation of color #229BFC: hue angle of 206.7º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #229BFC is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 155 | 252 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.01 |
| HSL | 206.7º | 0.97% | 0.56% | - |
| HSV(B) | 206.7º | 0.87% | 0.99% | - |
| XYZ | 29.95 | 30.81 | 96.46 | - |
| YUV | 129.88 | 196.91 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 252 | 0.87 | 0.38 | 0 | 0.01 | 206.7 | 0.97 | 0.56 |
| Hex | 22 | 9B | FC | 57 | 26 | 0 | 1 | CF | 61 | 38 |
| Octal | 42 | 233 | 374 | 127 | 46 | 0 | 1 | 317 | 141 | 70 |
| Binary | 100010 | 10011011 | 11111100 | 1010111 | 100110 | 0 | 1 | 11001111 | 1100001 | 111000 |
Color Harmonies of #229BFC
Complementary color
Monochromatic Colors of #229BFC
Black with #229BFC
Text Example
Text Example
White with #229BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BFC; }
p { color: rgb(34,155,252); }
H1.HeaderClassName
{
color: #229BFC;
}
.AnyTagClassName
{
color: #229BFC;
}
</style>
background-color css
<style>
a { background-color: #229BFC; }
a { background-color: rgb(34,155,252); }
div.DivClassName
{
background-color: #229BFC;
}
.BgClassName
{
background-color: #229BFC;
}
</style>
border-color css
<style>
span { border-color: #229BFC; }
span { border-color: rgb(34,155,252); }
td.TdClassName
{
border-color: #229BFC;
}
.TagClassName
{
border-color: #229BFC;
}
</style>