Html Css Color HEX #1494CA Pacific Blue

📋 copy color: '#1494CA'

red 20 ◦ green 148 ◦ blue 202

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

Shades of Pacific Blue #1494CA

Tints of Pacific Blue #1494CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

 BLUE value IS 202 (79.3% from 255) = 54.59%

R = 5.41%
G = 40%
B = 54.59%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1494CA (or 0x1494CA) is known color: Pacific Blue. HEX triplet: 14, 94 and CA. RGB value is (20,148,202). Sum of RGB (Red+Green+Blue) = 20+148+202=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #1494CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494CA is #EB6B35. Grayscale: #737373. Windows color (decimal): -15428406 or 13276180. OLE color: 13276180.

HSL color Cylindrical-coordinate representation of color #1494CA: hue angle of 197.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1494CA is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 148 202 -
CMYK 0.90 0.27 0 0.21
HSL 197.8º 0.82% 0.44% -
HSV(B) 197.8º 0.9% 0.79% -
XYZ 21.54 25.59 59.68 -
YUV 115.88 176.59 59.61 -
System Red Green Blue C M Y K H S L
Decimal 20 148 202 0.90 0.27 0 0.21 197.8 0.82 0.44
Hex 14 94 CA 5A 1B 0 15 C6 52 2C
Octal 24 224 312 132 33 0 25 306 122 54
Binary 10100 10010100 11001010 1011010 11011 0 10101 11000110 1010010 101100

Color Harmonies of #1494CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1494CA

Black with #1494CA

Text Example


Text Example

White with #1494CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1494CA; }

 p { color: rgb(20,148,202); }

 H1.HeaderClassName
 {
   color: #1494CA;
 }
 .AnyTagClassName
 {
   color: #1494CA;
 }
</style>

background-color css

<style>
 a { background-color: #1494CA; }

 a { background-color: rgb(20,148,202); }

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

border-color css

<style>
 span { border-color: #1494CA; }

 span { border-color: rgb(20,148,202); }

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