#017CFA

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

Shades of Dodger Blue #017CFA

Tints of Dodger Blue #017CFA

Color information

#017CFA (or 0x017CFA) is unknown color: approx Dodger Blue. HEX triplet: 01, 7C and FA. RGB value is (1,124,250). Sum of RGB (Red+Green+Blue) = 1+124+250=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #017CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CFA is #FE8305. Grayscale: #646464. Windows color (decimal): -16679686 or 16415745. OLE color: 16415745.

HSL color Cylindrical-coordinate representation of color #017CFA: hue angle of 210.36º 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 #017CFA is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1124250-
CMYK1.000.5000.02
HSL210.36º99.2%49.22%-
HSV(B)210.36º99.6%98.04%-
XYZ24.4821.3293.27-
YUV101.59211.7556.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 250 (98.05% from 255) = 66.67%
R=0.27%
G=33.07%
B=66.67%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11242501.000.5000.02210.3699.249.22
Hex17CFA643202d26331
Octal1174372144620232214361
Binary11111100111110101100100110010010110100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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