Html Css Color HEX #1493CC Pacific Blue

📋 copy color: '#1493CC'

red 20 ◦ green 147 ◦ blue 204

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

Shades of Pacific Blue #1493CC

Tints of Pacific Blue #1493CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 5.39%
G = 39.62%
B = 54.99%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1493CC (or 0x1493CC) is known color: Pacific Blue. HEX triplet: 14, 93 and CC. RGB value is (20,147,204). Sum of RGB (Red+Green+Blue) = 20+147+204=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #1493CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1493CC is #EB6C33. Grayscale: #737373. Windows color (decimal): -15428660 or 13406996. OLE color: 13406996.

HSL color Cylindrical-coordinate representation of color #1493CC: hue angle of 198.59º 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 #1493CC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 147 204 -
CMYK 0.90 0.28 0 0.2
HSL 198.59º 0.82% 0.44% -
HSV(B) 198.59º 0.9% 0.8% -
XYZ 21.62 25.38 60.89 -
YUV 115.53 177.92 59.87 -
System Red Green Blue C M Y K H S L
Decimal 20 147 204 0.90 0.28 0 0.2 198.59 0.82 0.44
Hex 14 93 CC 5A 1C 0 14 C7 52 2C
Octal 24 223 314 132 34 0 24 307 122 54
Binary 10100 10010011 11001100 1011010 11100 0 10100 11000111 1010010 101100

Color Harmonies of #1493CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493CC

Black with #1493CC

Text Example


Text Example

White with #1493CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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