Html Css Color HEX #1493CD Pacific Blue

📋 copy color: '#1493CD'

red 20 ◦ green 147 ◦ blue 205

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

Shades of Pacific Blue #1493CD

Tints of Pacific Blue #1493CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 5.38%
G = 39.52%
B = 55.11%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1493CD (or 0x1493CD) is known color: Pacific Blue. HEX triplet: 14, 93 and CD. RGB value is (20,147,205). Sum of RGB (Red+Green+Blue) = 20+147+205=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #1493CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1493CD is #EB6C32. Grayscale: #737373. Windows color (decimal): -15428659 or 13472532. OLE color: 13472532.

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

Color convert

RGB 20 147 205 -
CMYK 0.90 0.28 0 0.20
HSL 198.81º 0.82% 0.44% -
HSV(B) 198.81º 0.9% 0.8% -
XYZ 21.74 25.42 61.52 -
YUV 115.64 178.42 59.78 -
System Red Green Blue C M Y K H S L
Decimal 20 147 205 0.90 0.28 0 0.20 198.81 0.82 0.44
Hex 14 93 CD 5A 1C 0 14 C7 52 2C
Octal 24 223 315 132 34 0 24 307 122 54
Binary 10100 10010011 11001101 1011010 11100 0 10100 11000111 1010010 101100

Color Harmonies of #1493CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493CD

Black with #1493CD

Text Example


Text Example

White with #1493CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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