Html Css Color HEX #1491DB Pacific Blue

📋 copy color: '#1491DB'

red 20 ◦ green 145 ◦ blue 219

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

Shades of Pacific Blue #1491DB

Tints of Pacific Blue #1491DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 5.21%
G = 37.76%
B = 57.03%

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

#1491DB (or 0x1491DB) is known color: Pacific Blue. HEX triplet: 14, 91 and DB. RGB value is (20,145,219). Sum of RGB (Red+Green+Blue) = 20+145+219=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #1491DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491DB is #EB6E24. Grayscale: #737373. Windows color (decimal): -15429157 or 14389524. OLE color: 14389524.

HSL color Cylindrical-coordinate representation of color #1491DB: hue angle of 202.31º 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 #1491DB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 145 219 -
CMYK 0.91 0.34 0 0.14
HSL 202.31º 0.83% 0.47% -
HSV(B) 202.31º 0.91% 0.86% -
XYZ 23.2 25.51 70.72 -
YUV 116.06 186.09 59.48 -
System Red Green Blue C M Y K H S L
Decimal 20 145 219 0.91 0.34 0 0.14 202.31 0.83 0.47
Hex 14 91 DB 5B 22 0 E CA 53 2F
Octal 24 221 333 133 42 0 16 312 123 57
Binary 10100 10010001 11011011 1011011 100010 0 1110 11001010 1010011 101111

Color Harmonies of #1491DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1491DB

Black with #1491DB

Text Example


Text Example

White with #1491DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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