#017AFA

Color #017AFA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #017AFA

Tints of Dodger Blue #017AFA

Color information

#017AFA (or 0x017AFA) is unknown color: approx Dodger Blue. HEX triplet: 01, 7A and FA. RGB value is (1,122,250). Sum of RGB (Red+Green+Blue) = 1+122+250=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #017AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017AFA is #FE8505. Grayscale: #636363. Windows color (decimal): -16680198 or 16415233. OLE color: 16415233.

HSL color Cylindrical-coordinate representation of color #017AFA: hue angle of 210.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017AFA is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1122250-
CMYK1.000.5100.02
HSL210.84º99.2%49.22%-
HSV(B)210.84º99.6%98.04%-
XYZ24.2320.8393.19-
YUV100.41212.4157.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 250 (98.05% from 255) = 67.02%
R=0.27%
G=32.71%
B=67.02%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11222501.000.5100.02210.8499.249.22
Hex17AFA643302d36331
Octal1172372144630232314361
Binary11111010111110101100100110011010110100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017AFA; }

 p { color: rgb(1,122,250); }

 H1.HeaderClassName
 {
   color: #017AFA;
 }
 .AnyTagClassName
 {
   color: #017AFA;
 }
</style>
background-color css

<style>
 a { background-color: #017AFA; }

 a { background-color: rgb(1,122,250); }

 div.DivClassName
 {
   background-color: #017AFA;
 }
 .BgClassName
 {
   background-color: #017AFA;
 }
</style>
border-color css

<style>
 span { border-color: #017AFA; }

 span { border-color: rgb(1,122,250); }

 td.TdClassName
 {
   border-color: #017AFA;
 }
 .TagClassName
 {
   border-color: #017AFA;
 }
</style>