Html Css Color HEX #1187EE Dodger Blue

📋 copy color: '#1187EE'

red 17 ◦ green 135 ◦ blue 238

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

Shades of Dodger Blue #1187EE

Tints of Dodger Blue #1187EE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

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

R = 4.36%
G = 34.62%
B = 61.03%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1187EE (or 0x1187EE) is known color: Dodger Blue. HEX triplet: 11, 87 and EE. RGB value is (17,135,238). Sum of RGB (Red+Green+Blue) = 17+135+238=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #1187EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1187EE is #EE7811. Grayscale: #6E6E6E. Windows color (decimal): -15628306 or 15632145. OLE color: 15632145.

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

Color convert

RGB 17 135 238 -
CMYK 0.93 0.43 0 0.07
HSL 207.96º 0.87% 0.5% -
HSV(B) 207.96º 0.93% 0.93% -
XYZ 24.33 23.62 84.17 -
YUV 111.46 199.41 60.62 -
System Red Green Blue C M Y K H S L
Decimal 17 135 238 0.93 0.43 0 0.07 207.96 0.87 0.5
Hex 11 87 EE 5D 2B 0 7 D0 57 32
Octal 21 207 356 135 53 0 7 320 127 62
Binary 10001 10000111 11101110 1011101 101011 0 111 11010000 1010111 110010

Color Harmonies of #1187EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187EE

Black with #1187EE

Text Example


Text Example

White with #1187EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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