Html Css Color HEX #1172EC Dodger Blue

📋 copy color: '#1172EC'

red 17 ◦ green 114 ◦ blue 236

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

Shades of Dodger Blue #1172EC

Tints of Dodger Blue #1172EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.06%

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

R = 4.63%
G = 31.06%
B = 64.31%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1172EC (or 0x1172EC) is known color: Dodger Blue. HEX triplet: 11, 72 and EC. RGB value is (17,114,236). Sum of RGB (Red+Green+Blue) = 17+114+236=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #1172EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1172EC is #EE8D13. Grayscale: #626262. Windows color (decimal): -15633684 or 15495697. OLE color: 15495697.

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

Color convert

RGB 17 114 236 -
CMYK 0.93 0.52 0 0.07
HSL 213.42º 0.87% 0.5% -
HSV(B) 213.42º 0.93% 0.93% -
XYZ 21.39 18.21 81.74 -
YUV 98.91 205.36 69.58 -
System Red Green Blue C M Y K H S L
Decimal 17 114 236 0.93 0.52 0 0.07 213.42 0.87 0.5
Hex 11 72 EC 5D 34 0 7 D5 57 32
Octal 21 162 354 135 64 0 7 325 127 62
Binary 10001 1110010 11101100 1011101 110100 0 111 11010101 1010111 110010

Color Harmonies of #1172EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172EC

Black with #1172EC

Text Example


Text Example

White with #1172EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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