Html Css Color HEX #1771EC Dodger Blue

📋 copy color: '#1771EC'

red 23 ◦ green 113 ◦ blue 236

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

Shades of Dodger Blue #1771EC

Tints of Dodger Blue #1771EC

RGB

 RED value IS 23 (9.38% from 255) = 6.18%

 GREEN value IS 113 (44.53% from 255) = 30.38%

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

R = 6.18%
G = 30.38%
B = 63.44%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1771EC (or 0x1771EC) is known color: Dodger Blue. HEX triplet: 17, 71 and EC. RGB value is (23,113,236). Sum of RGB (Red+Green+Blue) = 23+113+236=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #1771EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771EC is #E88E13. Grayscale: #636363. Windows color (decimal): -15240724 or 15495447. OLE color: 15495447.

HSL color Cylindrical-coordinate representation of color #1771EC: hue angle of 214.65º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1771EC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 113 236 -
CMYK 0.90 0.52 0 0.07
HSL 214.65º 0.85% 0.51% -
HSV(B) 214.65º 0.9% 0.93% -
XYZ 21.4 18.05 81.71 -
YUV 100.11 204.68 73 -
System Red Green Blue C M Y K H S L
Decimal 23 113 236 0.90 0.52 0 0.07 214.65 0.85 0.51
Hex 17 71 EC 5A 34 0 7 D7 55 33
Octal 27 161 354 132 64 0 7 327 125 63
Binary 10111 1110001 11101100 1011010 110100 0 111 11010111 1010101 110011

Color Harmonies of #1771EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1771EC

Black with #1771EC

Text Example


Text Example

White with #1771EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1771EC; }

 p { color: rgb(23,113,236); }

 H1.HeaderClassName
 {
   color: #1771EC;
 }
 .AnyTagClassName
 {
   color: #1771EC;
 }
</style>

background-color css

<style>
 a { background-color: #1771EC; }

 a { background-color: rgb(23,113,236); }

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

border-color css

<style>
 span { border-color: #1771EC; }

 span { border-color: rgb(23,113,236); }

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