Html Css Color HEX #1174EC Dodger Blue

📋 copy color: '#1174EC'

red 17 ◦ green 116 ◦ blue 236

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

Shades of Dodger Blue #1174EC

Tints of Dodger Blue #1174EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 4.61%
G = 31.44%
B = 63.96%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1174EC (or 0x1174EC) is known color: Dodger Blue. HEX triplet: 11, 74 and EC. RGB value is (17,116,236). Sum of RGB (Red+Green+Blue) = 17+116+236=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #1174EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1174EC is #EE8B13. Grayscale: #636363. Windows color (decimal): -15633172 or 15496209. OLE color: 15496209.

HSL color Cylindrical-coordinate representation of color #1174EC: hue angle of 212.88º 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 #1174EC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 116 236 -
CMYK 0.93 0.51 0 0.07
HSL 212.88º 0.87% 0.5% -
HSV(B) 212.88º 0.93% 0.93% -
XYZ 21.62 18.67 81.82 -
YUV 100.08 204.7 68.74 -
System Red Green Blue C M Y K H S L
Decimal 17 116 236 0.93 0.51 0 0.07 212.88 0.87 0.5
Hex 11 74 EC 5D 33 0 7 D5 57 32
Octal 21 164 354 135 63 0 7 325 127 62
Binary 10001 1110100 11101100 1011101 110011 0 111 11010101 1010111 110010

Color Harmonies of #1174EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1174EC

Black with #1174EC

Text Example


Text Example

White with #1174EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,116,236); }

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

background-color css

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

 a { background-color: rgb(17,116,236); }

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

border-color css

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

 span { border-color: rgb(17,116,236); }

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