Shades of Dodger Blue #43A1FF
Tints of Dodger Blue #43A1FF
RGB
CMYK
RGB Variations
Color information
#43A1FF (or 0x43A1FF) is known color: Dodger Blue. HEX triplet: 43, A1 and FF. RGB value is (67,161,255). Sum of RGB (Red+Green+Blue) = 67+161+255=483 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.87% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #43A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #43A1FF is #BC5E00. Grayscale: #8F8F8F. Windows color (decimal): -12344833 or 16752963. OLE color: 16752963.
HSL color Cylindrical-coordinate representation of color #43A1FF: hue angle of 210º 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 #43A1FF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 161 | 255 | - |
| CMYK | 0.74 | 0.37 | 0 | 0 |
| HSL | 210º | 1% | 0.63% | - |
| HSV(B) | 210º | 0.74% | 1% | - |
| XYZ | 33.11 | 33.9 | 99.41 | - |
| YUV | 143.61 | 190.86 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 161 | 255 | 0.74 | 0.37 | 0 | 0 | 210 | 1 | 0.63 |
| Hex | 43 | A1 | FF | 4A | 25 | 0 | 0 | D2 | 64 | 3F |
| Octal | 103 | 241 | 377 | 112 | 45 | 0 | 0 | 322 | 144 | 77 |
| Binary | 1000011 | 10100001 | 11111111 | 1001010 | 100101 | 0 | 0 | 11010010 | 1100100 | 111111 |
Color Harmonies of #43A1FF
Complementary color
Monochromatic Colors of #43A1FF
Black with #43A1FF
Text Example
Text Example
White with #43A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A1FF; }
p { color: rgb(67,161,255); }
H1.HeaderClassName
{
color: #43A1FF;
}
.AnyTagClassName
{
color: #43A1FF;
}
</style>
background-color css
<style>
a { background-color: #43A1FF; }
a { background-color: rgb(67,161,255); }
div.DivClassName
{
background-color: #43A1FF;
}
.BgClassName
{
background-color: #43A1FF;
}
</style>
border-color css
<style>
span { border-color: #43A1FF; }
span { border-color: rgb(67,161,255); }
td.TdClassName
{
border-color: #43A1FF;
}
.TagClassName
{
border-color: #43A1FF;
}
</style>