Html Css Color HEX #1484CC Pacific Blue

📋 copy color: '#1484CC'

red 20 ◦ green 132 ◦ blue 204

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

Shades of Pacific Blue #1484CC

Tints of Pacific Blue #1484CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 5.62%
G = 37.08%
B = 57.3%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1484CC (or 0x1484CC) is known color: Pacific Blue. HEX triplet: 14, 84 and CC. RGB value is (20,132,204). Sum of RGB (Red+Green+Blue) = 20+132+204=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #1484CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484CC is #EB7B33. Grayscale: #6A6A6A. Windows color (decimal): -15432500 or 13403156. OLE color: 13403156.

HSL color Cylindrical-coordinate representation of color #1484CC: hue angle of 203.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1484CC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 132 204 -
CMYK 0.90 0.35 0 0.2
HSL 203.48º 0.82% 0.44% -
HSV(B) 203.48º 0.9% 0.8% -
XYZ 19.44 21.01 60.16 -
YUV 106.72 182.89 66.15 -
System Red Green Blue C M Y K H S L
Decimal 20 132 204 0.90 0.35 0 0.2 203.48 0.82 0.44
Hex 14 84 CC 5A 23 0 14 CB 52 2C
Octal 24 204 314 132 43 0 24 313 122 54
Binary 10100 10000100 11001100 1011010 100011 0 10100 11001011 1010010 101100

Color Harmonies of #1484CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484CC

Black with #1484CC

Text Example


Text Example

White with #1484CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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