Html Css Color HEX #1492DB Pacific Blue

📋 copy color: '#1492DB'

red 20 ◦ green 146 ◦ blue 219

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

Shades of Pacific Blue #1492DB

Tints of Pacific Blue #1492DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 5.19%
G = 37.92%
B = 56.88%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1492DB (or 0x1492DB) is known color: Pacific Blue. HEX triplet: 14, 92 and DB. RGB value is (20,146,219). Sum of RGB (Red+Green+Blue) = 20+146+219=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #1492DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492DB is #EB6D24. Grayscale: #747474. Windows color (decimal): -15428901 or 14389780. OLE color: 14389780.

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

Color convert

RGB 20 146 219 -
CMYK 0.91 0.33 0 0.14
HSL 202.01º 0.83% 0.47% -
HSV(B) 202.01º 0.91% 0.86% -
XYZ 23.35 25.82 70.77 -
YUV 116.65 185.76 59.06 -
System Red Green Blue C M Y K H S L
Decimal 20 146 219 0.91 0.33 0 0.14 202.01 0.83 0.47
Hex 14 92 DB 5B 21 0 E CA 53 2F
Octal 24 222 333 133 41 0 16 312 123 57
Binary 10100 10010010 11011011 1011011 100001 0 1110 11001010 1010011 101111

Color Harmonies of #1492DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492DB

Black with #1492DB

Text Example


Text Example

White with #1492DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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