Html Css Color HEX #1187EA Dodger Blue

📋 copy color: '#1187EA'

red 17 ◦ green 135 ◦ blue 234

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

Shades of Dodger Blue #1187EA

Tints of Dodger Blue #1187EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 4.4%
G = 34.97%
B = 60.62%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1187EA (or 0x1187EA) is known color: Dodger Blue. HEX triplet: 11, 87 and EA. RGB value is (17,135,234). Sum of RGB (Red+Green+Blue) = 17+135+234=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #1187EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1187EA is #EE7815. Grayscale: #6E6E6E. Windows color (decimal): -15628310 or 15370001. OLE color: 15370001.

HSL color Cylindrical-coordinate representation of color #1187EA: hue angle of 207.37º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1187EA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 135 234 -
CMYK 0.93 0.42 0 0.08
HSL 207.37º 0.86% 0.49% -
HSV(B) 207.37º 0.93% 0.92% -
XYZ 23.75 23.39 81.1 -
YUV 111 197.41 60.95 -
System Red Green Blue C M Y K H S L
Decimal 17 135 234 0.93 0.42 0 0.08 207.37 0.86 0.49
Hex 11 87 EA 5D 2A 0 8 CF 56 31
Octal 21 207 352 135 52 0 10 317 126 61
Binary 10001 10000111 11101010 1011101 101010 0 1000 11001111 1010110 110001

Color Harmonies of #1187EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187EA

Black with #1187EA

Text Example


Text Example

White with #1187EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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