Html Css Color HEX #1181E0 Dodger Blue

📋 copy color: '#1181E0'

red 17 ◦ green 129 ◦ blue 224

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

Shades of Dodger Blue #1181E0

Tints of Dodger Blue #1181E0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 224 (87.89% from 255) = 60.54%

R = 4.59%
G = 34.86%
B = 60.54%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1181E0 (or 0x1181E0) is known color: Dodger Blue. HEX triplet: 11, 81 and E0. RGB value is (17,129,224). Sum of RGB (Red+Green+Blue) = 17+129+224=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #1181E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1181E0 is #EE7E1F. Grayscale: #696969. Windows color (decimal): -15629856 or 14713105. OLE color: 14713105.

HSL color Cylindrical-coordinate representation of color #1181E0: hue angle of 207.54º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1181E0 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 129 224 -
CMYK 0.92 0.42 0 0.12
HSL 207.54º 0.86% 0.47% -
HSV(B) 207.54º 0.92% 0.88% -
XYZ 21.54 21.2 73.48 -
YUV 106.34 194.39 64.28 -
System Red Green Blue C M Y K H S L
Decimal 17 129 224 0.92 0.42 0 0.12 207.54 0.86 0.47
Hex 11 81 E0 5C 2A 0 C D0 56 2F
Octal 21 201 340 134 52 0 14 320 126 57
Binary 10001 10000001 11100000 1011100 101010 0 1100 11010000 1010110 101111

Color Harmonies of #1181E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1181E0

Black with #1181E0

Text Example


Text Example

White with #1181E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1181E0; }

 p { color: rgb(17,129,224); }

 H1.HeaderClassName
 {
   color: #1181E0;
 }
 .AnyTagClassName
 {
   color: #1181E0;
 }
</style>

background-color css

<style>
 a { background-color: #1181E0; }

 a { background-color: rgb(17,129,224); }

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

border-color css

<style>
 span { border-color: #1181E0; }

 span { border-color: rgb(17,129,224); }

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