Shades of Dodger Blue #1072F5
Tints of Dodger Blue #1072F5
RGB
CMYK
RGB Variations
Color information
#1072F5 (or 0x1072F5) is known color: Dodger Blue. HEX triplet: 10, 72 and F5. RGB value is (16,114,245). Sum of RGB (Red+Green+Blue) = 16+114+245=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #1072F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072F5 is #EF8D0A. Grayscale: #636363. Windows color (decimal): -15699211 or 16085520. OLE color: 16085520.
HSL color Cylindrical-coordinate representation of color #1072F5: hue angle of 214.32º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1072F5 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 114 | 245 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.04 |
| HSL | 214.32º | 0.92% | 0.51% | - |
| HSV(B) | 214.32º | 0.93% | 0.96% | - |
| XYZ | 22.71 | 18.74 | 88.81 | - |
| YUV | 99.63 | 210.03 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 245 | 0.93 | 0.53 | 0 | 0.04 | 214.32 | 0.92 | 0.51 |
| Hex | 10 | 72 | F5 | 5D | 35 | 0 | 4 | D6 | 5C | 33 |
| Octal | 20 | 162 | 365 | 135 | 65 | 0 | 4 | 326 | 134 | 63 |
| Binary | 10000 | 1110010 | 11110101 | 1011101 | 110101 | 0 | 100 | 11010110 | 1011100 | 110011 |
Color Harmonies of #1072F5
Complementary color
Monochromatic Colors of #1072F5
Black with #1072F5
Text Example
Text Example
White with #1072F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072F5; }
p { color: rgb(16,114,245); }
H1.HeaderClassName
{
color: #1072F5;
}
.AnyTagClassName
{
color: #1072F5;
}
</style>
background-color css
<style>
a { background-color: #1072F5; }
a { background-color: rgb(16,114,245); }
div.DivClassName
{
background-color: #1072F5;
}
.BgClassName
{
background-color: #1072F5;
}
</style>
border-color css
<style>
span { border-color: #1072F5; }
span { border-color: rgb(16,114,245); }
td.TdClassName
{
border-color: #1072F5;
}
.TagClassName
{
border-color: #1072F5;
}
</style>