Html Css Color HEX #1176ED Dodger Blue

📋 copy color: '#1176ED'

red 17 ◦ green 118 ◦ blue 237

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

Shades of Dodger Blue #1176ED

Tints of Dodger Blue #1176ED

RGB

 RED value IS 17 (7.03% from 255) = 4.57%

 GREEN value IS 118 (46.48% from 255) = 31.72%

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 4.57%
G = 31.72%
B = 63.71%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1176ED (or 0x1176ED) is known color: Dodger Blue. HEX triplet: 11, 76 and ED. RGB value is (17,118,237). Sum of RGB (Red+Green+Blue) = 17+118+237=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #1176ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1176ED is #EE8912. Grayscale: #646464. Windows color (decimal): -15632659 or 15562257. OLE color: 15562257.

HSL color Cylindrical-coordinate representation of color #1176ED: hue angle of 212.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1176ED is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 118 237 -
CMYK 0.93 0.50 0 0.07
HSL 212.45º 0.87% 0.5% -
HSV(B) 212.45º 0.93% 0.93% -
XYZ 22 19.19 82.67 -
YUV 101.37 204.54 67.82 -
System Red Green Blue C M Y K H S L
Decimal 17 118 237 0.93 0.50 0 0.07 212.45 0.87 0.5
Hex 11 76 ED 5D 32 0 7 D4 57 32
Octal 21 166 355 135 62 0 7 324 127 62
Binary 10001 1110110 11101101 1011101 110010 0 111 11010100 1010111 110010

Color Harmonies of #1176ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1176ED

Black with #1176ED

Text Example


Text Example

White with #1176ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1176ED; }

 p { color: rgb(17,118,237); }

 H1.HeaderClassName
 {
   color: #1176ED;
 }
 .AnyTagClassName
 {
   color: #1176ED;
 }
</style>

background-color css

<style>
 a { background-color: #1176ED; }

 a { background-color: rgb(17,118,237); }

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

border-color css

<style>
 span { border-color: #1176ED; }

 span { border-color: rgb(17,118,237); }

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