Html Css Color HEX #1487CE Pacific Blue

📋 copy color: '#1487CE'

red 20 ◦ green 135 ◦ blue 206

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

Shades of Pacific Blue #1487CE

Tints of Pacific Blue #1487CE

RGB

 RED value IS 20 (8.2% from 255) = 5.54%

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 5.54%
G = 37.4%
B = 57.06%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1487CE (or 0x1487CE) is known color: Pacific Blue. HEX triplet: 14, 87 and CE. RGB value is (20,135,206). Sum of RGB (Red+Green+Blue) = 20+135+206=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #1487CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487CE is #EB7831. Grayscale: #6C6C6C. Windows color (decimal): -15431730 or 13534996. OLE color: 13534996.

HSL color Cylindrical-coordinate representation of color #1487CE: hue angle of 202.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1487CE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 135 206 -
CMYK 0.90 0.34 0 0.19
HSL 202.9º 0.82% 0.44% -
HSV(B) 202.9º 0.9% 0.81% -
XYZ 20.09 21.93 61.57 -
YUV 108.71 182.9 64.73 -
System Red Green Blue C M Y K H S L
Decimal 20 135 206 0.90 0.34 0 0.19 202.9 0.82 0.44
Hex 14 87 CE 5A 22 0 13 CB 52 2C
Octal 24 207 316 132 42 0 23 313 122 54
Binary 10100 10000111 11001110 1011010 100010 0 10011 11001011 1010010 101100

Color Harmonies of #1487CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487CE

Black with #1487CE

Text Example


Text Example

White with #1487CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1487CE; }

 p { color: rgb(20,135,206); }

 H1.HeaderClassName
 {
   color: #1487CE;
 }
 .AnyTagClassName
 {
   color: #1487CE;
 }
</style>

background-color css

<style>
 a { background-color: #1487CE; }

 a { background-color: rgb(20,135,206); }

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

border-color css

<style>
 span { border-color: #1487CE; }

 span { border-color: rgb(20,135,206); }

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