Html Css Color HEX #1176EF Dodger Blue

📋 copy color: '#1176EF'

red 17 ◦ green 118 ◦ blue 239

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

Shades of Dodger Blue #1176EF

Tints of Dodger Blue #1176EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 4.55%
G = 31.55%
B = 63.9%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1176EF (or 0x1176EF) is known color: Dodger Blue. HEX triplet: 11, 76 and EF. RGB value is (17,118,239). Sum of RGB (Red+Green+Blue) = 17+118+239=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #1176EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1176EF is #EE8910. Grayscale: #656565. Windows color (decimal): -15632657 or 15693329. OLE color: 15693329.

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

Color convert

RGB 17 118 239 -
CMYK 0.93 0.51 0 0.06
HSL 212.7º 0.87% 0.5% -
HSV(B) 212.7º 0.93% 0.94% -
XYZ 22.29 19.31 84.21 -
YUV 101.6 205.54 67.66 -
System Red Green Blue C M Y K H S L
Decimal 17 118 239 0.93 0.51 0 0.06 212.7 0.87 0.5
Hex 11 76 EF 5D 33 0 6 D5 57 32
Octal 21 166 357 135 63 0 6 325 127 62
Binary 10001 1110110 11101111 1011101 110011 0 110 11010101 1010111 110010

Color Harmonies of #1176EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1176EF

Black with #1176EF

Text Example


Text Example

White with #1176EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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