Html Css Color HEX #017EEC Dodger Blue

📋 copy color: '#017EEC'

red 1 ◦ green 126 ◦ blue 236

#017EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #017EEC

Tints of Dodger Blue #017EEC

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 0.28%
G = 34.71%
B = 65.01%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#017EEC (or 0x017EEC) is known color: Dodger Blue. HEX triplet: 01, 7E and EC. RGB value is (1,126,236). Sum of RGB (Red+Green+Blue) = 1+126+236=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #017EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017EEC is #FE8113. Grayscale: #646464. Windows color (decimal): -16679188 or 15498753. OLE color: 15498753.

HSL color Cylindrical-coordinate representation of color #017EEC: hue angle of 208.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EEC is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 126 236 -
CMYK 1.00 0.47 0 0.07
HSL 208.09º 0.99% 0.46% -
HSV(B) 208.09º 1% 0.93% -
XYZ 22.61 20.98 82.22 -
YUV 101.17 204.09 56.56 -
System Red Green Blue C M Y K H S L
Decimal 1 126 236 1.00 0.47 0 0.07 208.09 0.99 0.46
Hex 1 7E EC 64 2F 0 7 D0 63 2E
Octal 1 176 354 144 57 0 7 320 143 56
Binary 1 1111110 11101100 1100100 101111 0 111 11010000 1100011 101110

Color Harmonies of #017EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EEC

Black with #017EEC

Text Example


Text Example

White with #017EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,126,236); }

 H1.HeaderClassName
 {
   color: #017EEC;
 }
 .AnyTagClassName
 {
   color: #017EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(1,126,236); }

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

border-color css

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

 span { border-color: rgb(1,126,236); }

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