Html Css Color HEX #1187FF Dodger Blue

📋 copy color: '#1187FF'

red 17 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #1187FF

Tints of Dodger Blue #1187FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.65%

R = 4.18%
G = 33.17%
B = 62.65%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1187FF (or 0x1187FF) is known color: Dodger Blue. HEX triplet: 11, 87 and FF. RGB value is (17,135,255). Sum of RGB (Red+Green+Blue) = 17+135+255=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1187FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1187FF is #EE7800. Grayscale: #707070. Windows color (decimal): -15628289 or 16746257. OLE color: 16746257.

HSL color Cylindrical-coordinate representation of color #1187FF: hue angle of 210.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1187FF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 135 255 -
CMYK 0.93 0.47 0 0
HSL 210.25º 1% 0.53% -
HSV(B) 210.25º 0.93% 1% -
XYZ 26.95 24.67 97.95 -
YUV 113.4 207.91 59.24 -
System Red Green Blue C M Y K H S L
Decimal 17 135 255 0.93 0.47 0 0 210.25 1 0.53
Hex 11 87 FF 5D 2F 0 0 D2 64 35
Octal 21 207 377 135 57 0 0 322 144 65
Binary 10001 10000111 11111111 1011101 101111 0 0 11010010 1100100 110101

Color Harmonies of #1187FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187FF

Black with #1187FF

Text Example


Text Example

White with #1187FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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