Html Css Color HEX #1182EE Dodger Blue

📋 copy color: '#1182EE'

red 17 ◦ green 130 ◦ blue 238

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

Shades of Dodger Blue #1182EE

Tints of Dodger Blue #1182EE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 238 (93.36% from 255) = 61.82%

R = 4.42%
G = 33.77%
B = 61.82%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1182EE (or 0x1182EE) is known color: Dodger Blue. HEX triplet: 11, 82 and EE. RGB value is (17,130,238). Sum of RGB (Red+Green+Blue) = 17+130+238=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #1182EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1182EE is #EE7D11. Grayscale: #6B6B6B. Windows color (decimal): -15629586 or 15630865. OLE color: 15630865.

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

Color convert

RGB 17 130 238 -
CMYK 0.93 0.45 0 0.07
HSL 209.32º 0.87% 0.5% -
HSV(B) 209.32º 0.93% 0.93% -
XYZ 23.65 22.26 83.94 -
YUV 108.53 201.06 62.72 -
System Red Green Blue C M Y K H S L
Decimal 17 130 238 0.93 0.45 0 0.07 209.32 0.87 0.5
Hex 11 82 EE 5D 2D 0 7 D1 57 32
Octal 21 202 356 135 55 0 7 321 127 62
Binary 10001 10000010 11101110 1011101 101101 0 111 11010001 1010111 110010

Color Harmonies of #1182EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182EE

Black with #1182EE

Text Example


Text Example

White with #1182EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1182EE; }

 p { color: rgb(17,130,238); }

 H1.HeaderClassName
 {
   color: #1182EE;
 }
 .AnyTagClassName
 {
   color: #1182EE;
 }
</style>

background-color css

<style>
 a { background-color: #1182EE; }

 a { background-color: rgb(17,130,238); }

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

border-color css

<style>
 span { border-color: #1182EE; }

 span { border-color: rgb(17,130,238); }

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