Html Css Color HEX #1484CA Pacific Blue

📋 copy color: '#1484CA'

red 20 ◦ green 132 ◦ blue 202

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

Shades of Pacific Blue #1484CA

Tints of Pacific Blue #1484CA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 5.65%
G = 37.29%
B = 57.06%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1484CA (or 0x1484CA) is known color: Pacific Blue. HEX triplet: 14, 84 and CA. RGB value is (20,132,202). Sum of RGB (Red+Green+Blue) = 20+132+202=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #1484CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484CA is #EB7B35. Grayscale: #6A6A6A. Windows color (decimal): -15432502 or 13272084. OLE color: 13272084.

HSL color Cylindrical-coordinate representation of color #1484CA: hue angle of 203.08º 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 #1484CA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 132 202 -
CMYK 0.90 0.35 0 0.21
HSL 203.08º 0.82% 0.44% -
HSV(B) 203.08º 0.9% 0.79% -
XYZ 19.2 20.92 58.9 -
YUV 106.49 181.89 66.31 -
System Red Green Blue C M Y K H S L
Decimal 20 132 202 0.90 0.35 0 0.21 203.08 0.82 0.44
Hex 14 84 CA 5A 23 0 15 CB 52 2C
Octal 24 204 312 132 43 0 25 313 122 54
Binary 10100 10000100 11001010 1011010 100011 0 10101 11001011 1010010 101100

Color Harmonies of #1484CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484CA

Black with #1484CA

Text Example


Text Example

White with #1484CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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