Html Css Color HEX #1187DE Dodger Blue

📋 copy color: '#1187DE'

red 17 ◦ green 135 ◦ blue 222

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

Shades of Dodger Blue #1187DE

Tints of Dodger Blue #1187DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.36%

R = 4.55%
G = 36.1%
B = 59.36%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1187DE (or 0x1187DE) is known color: Dodger Blue. HEX triplet: 11, 87 and DE. RGB value is (17,135,222). Sum of RGB (Red+Green+Blue) = 17+135+222=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #1187DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187DE is #EE7821. Grayscale: #6D6D6D. Windows color (decimal): -15628322 or 14583569. OLE color: 14583569.

HSL color Cylindrical-coordinate representation of color #1187DE: hue angle of 205.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1187DE is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 135 222 -
CMYK 0.92 0.39 0 0.13
HSL 205.46º 0.86% 0.47% -
HSV(B) 205.46º 0.92% 0.87% -
XYZ 22.08 22.72 72.33 -
YUV 109.64 191.41 61.93 -
System Red Green Blue C M Y K H S L
Decimal 17 135 222 0.92 0.39 0 0.13 205.46 0.86 0.47
Hex 11 87 DE 5C 27 0 D CD 56 2F
Octal 21 207 336 134 47 0 15 315 126 57
Binary 10001 10000111 11011110 1011100 100111 0 1101 11001101 1010110 101111

Color Harmonies of #1187DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187DE

Black with #1187DE

Text Example


Text Example

White with #1187DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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