Shades of Dodger Blue #43A0FF
Tints of Dodger Blue #43A0FF
RGB
CMYK
RGB Variations
Color information
#43A0FF (or 0x43A0FF) is known color: Dodger Blue. HEX triplet: 43, A0 and FF. RGB value is (67,160,255). Sum of RGB (Red+Green+Blue) = 67+160+255=482 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.90% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #43A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #43A0FF is #BC5F00. Grayscale: #8E8E8E. Windows color (decimal): -12345089 or 16752707. OLE color: 16752707.
HSL color Cylindrical-coordinate representation of color #43A0FF: hue angle of 210.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43A0FF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 160 | 255 | - |
| CMYK | 0.74 | 0.37 | 0 | 0 |
| HSL | 210.32º | 1% | 0.63% | - |
| HSV(B) | 210.32º | 0.74% | 1% | - |
| XYZ | 32.94 | 33.55 | 99.35 | - |
| YUV | 143.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 255 | 0.74 | 0.37 | 0 | 0 | 210.32 | 1 | 0.63 |
| Hex | 43 | A0 | FF | 4A | 25 | 0 | 0 | D2 | 64 | 3F |
| Octal | 103 | 240 | 377 | 112 | 45 | 0 | 0 | 322 | 144 | 77 |
| Binary | 1000011 | 10100000 | 11111111 | 1001010 | 100101 | 0 | 0 | 11010010 | 1100100 | 111111 |
Color Harmonies of #43A0FF
Complementary color
Monochromatic Colors of #43A0FF
Black with #43A0FF
Text Example
Text Example
White with #43A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A0FF; }
p { color: rgb(67,160,255); }
H1.HeaderClassName
{
color: #43A0FF;
}
.AnyTagClassName
{
color: #43A0FF;
}
</style>
background-color css
<style>
a { background-color: #43A0FF; }
a { background-color: rgb(67,160,255); }
div.DivClassName
{
background-color: #43A0FF;
}
.BgClassName
{
background-color: #43A0FF;
}
</style>
border-color css
<style>
span { border-color: #43A0FF; }
span { border-color: rgb(67,160,255); }
td.TdClassName
{
border-color: #43A0FF;
}
.TagClassName
{
border-color: #43A0FF;
}
</style>