Html Css Color HEX #1187CF Pacific Blue

📋 copy color: '#1187CF'

red 17 ◦ green 135 ◦ blue 207

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

Shades of Pacific Blue #1187CF

Tints of Pacific Blue #1187CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 4.74%
G = 37.6%
B = 57.66%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1187CF (or 0x1187CF) is known color: Pacific Blue. HEX triplet: 11, 87 and CF. RGB value is (17,135,207). Sum of RGB (Red+Green+Blue) = 17+135+207=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #1187CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187CF is #EE7830. Grayscale: #6B6B6B. Windows color (decimal): -15628337 or 13600529. OLE color: 13600529.

HSL color Cylindrical-coordinate representation of color #1187CF: hue angle of 202.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1187CF is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 135 207 -
CMYK 0.92 0.35 0 0.19
HSL 202.74º 0.85% 0.44% -
HSV(B) 202.74º 0.92% 0.81% -
XYZ 20.16 21.95 62.21 -
YUV 107.93 183.91 63.15 -
System Red Green Blue C M Y K H S L
Decimal 17 135 207 0.92 0.35 0 0.19 202.74 0.85 0.44
Hex 11 87 CF 5C 23 0 13 CB 55 2C
Octal 21 207 317 134 43 0 23 313 125 54
Binary 10001 10000111 11001111 1011100 100011 0 10011 11001011 1010101 101100

Color Harmonies of #1187CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187CF

Black with #1187CF

Text Example


Text Example

White with #1187CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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