Html Css Color HEX #1484C9 Pacific Blue

📋 copy color: '#1484C9'

red 20 ◦ green 132 ◦ blue 201

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

Shades of Pacific Blue #1484C9

Tints of Pacific Blue #1484C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.94%

R = 5.67%
G = 37.39%
B = 56.94%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1484C9 (or 0x1484C9) is known color: Pacific Blue. HEX triplet: 14, 84 and C9. RGB value is (20,132,201). Sum of RGB (Red+Green+Blue) = 20+132+201=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #1484C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484C9 is #EB7B36. Grayscale: #696969. Windows color (decimal): -15432503 or 13206548. OLE color: 13206548.

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

Color convert

RGB 20 132 201 -
CMYK 0.90 0.34 0 0.21
HSL 202.87º 0.82% 0.43% -
HSV(B) 202.87º 0.9% 0.79% -
XYZ 19.08 20.87 58.28 -
YUV 106.38 181.39 66.39 -
System Red Green Blue C M Y K H S L
Decimal 20 132 201 0.90 0.34 0 0.21 202.87 0.82 0.43
Hex 14 84 C9 5A 22 0 15 CB 52 2B
Octal 24 204 311 132 42 0 25 313 122 53
Binary 10100 10000100 11001001 1011010 100010 0 10101 11001011 1010010 101011

Color Harmonies of #1484C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484C9

Black with #1484C9

Text Example


Text Example

White with #1484C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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