Html Css Color HEX #1491DC Pacific Blue

📋 copy color: '#1491DC'

red 20 ◦ green 145 ◦ blue 220

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

Shades of Pacific Blue #1491DC

Tints of Pacific Blue #1491DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 5.19%
G = 37.66%
B = 57.14%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1491DC (or 0x1491DC) is known color: Pacific Blue. HEX triplet: 14, 91 and DC. RGB value is (20,145,220). Sum of RGB (Red+Green+Blue) = 20+145+220=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #1491DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491DC is #EB6E23. Grayscale: #737373. Windows color (decimal): -15429156 or 14455060. OLE color: 14455060.

HSL color Cylindrical-coordinate representation of color #1491DC: hue angle of 202.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1491DC is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 145 220 -
CMYK 0.91 0.34 0 0.14
HSL 202.5º 0.83% 0.47% -
HSV(B) 202.5º 0.91% 0.86% -
XYZ 23.33 25.57 71.42 -
YUV 116.18 186.59 59.4 -
System Red Green Blue C M Y K H S L
Decimal 20 145 220 0.91 0.34 0 0.14 202.5 0.83 0.47
Hex 14 91 DC 5B 22 0 E CA 53 2F
Octal 24 221 334 133 42 0 16 312 123 57
Binary 10100 10010001 11011100 1011011 100010 0 1110 11001010 1010011 101111

Color Harmonies of #1491DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1491DC

Black with #1491DC

Text Example


Text Example

White with #1491DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1491DC; }

 p { color: rgb(20,145,220); }

 H1.HeaderClassName
 {
   color: #1491DC;
 }
 .AnyTagClassName
 {
   color: #1491DC;
 }
</style>

background-color css

<style>
 a { background-color: #1491DC; }

 a { background-color: rgb(20,145,220); }

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

border-color css

<style>
 span { border-color: #1491DC; }

 span { border-color: rgb(20,145,220); }

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