Shades of Dodger Blue #1763FA
Tints of Dodger Blue #1763FA
RGB
CMYK
RGB Variations
Color information
#1763FA (or 0x1763FA) is known color: Dodger Blue. HEX triplet: 17, 63 and FA. RGB value is (23,99,250). Sum of RGB (Red+Green+Blue) = 23+99+250=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #1763FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1763FA is #E89C05. Grayscale: #5C5C5C. Windows color (decimal): -15244294 or 16409367. OLE color: 16409367.
HSL color Cylindrical-coordinate representation of color #1763FA: hue angle of 219.91º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1763FA is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 99 | 250 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.02 |
| HSL | 219.91º | 0.96% | 0.54% | - |
| HSV(B) | 219.91º | 0.91% | 0.98% | - |
| XYZ | 22.07 | 16.01 | 92.37 | - |
| YUV | 93.49 | 216.32 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 250 | 0.91 | 0.60 | 0 | 0.02 | 219.91 | 0.96 | 0.54 |
| Hex | 17 | 63 | FA | 5B | 3C | 0 | 2 | DC | 60 | 36 |
| Octal | 27 | 143 | 372 | 133 | 74 | 0 | 2 | 334 | 140 | 66 |
| Binary | 10111 | 1100011 | 11111010 | 1011011 | 111100 | 0 | 10 | 11011100 | 1100000 | 110110 |
Color Harmonies of #1763FA
Complementary color
Monochromatic Colors of #1763FA
Black with #1763FA
Text Example
Text Example
White with #1763FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763FA; }
p { color: rgb(23,99,250); }
H1.HeaderClassName
{
color: #1763FA;
}
.AnyTagClassName
{
color: #1763FA;
}
</style>
background-color css
<style>
a { background-color: #1763FA; }
a { background-color: rgb(23,99,250); }
div.DivClassName
{
background-color: #1763FA;
}
.BgClassName
{
background-color: #1763FA;
}
</style>
border-color css
<style>
span { border-color: #1763FA; }
span { border-color: rgb(23,99,250); }
td.TdClassName
{
border-color: #1763FA;
}
.TagClassName
{
border-color: #1763FA;
}
</style>