Html Css Color HEX #1492CD Pacific Blue

📋 copy color: '#1492CD'

red 20 ◦ green 146 ◦ blue 205

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

Shades of Pacific Blue #1492CD

Tints of Pacific Blue #1492CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 5.39%
G = 39.35%
B = 55.26%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1492CD (or 0x1492CD) is known color: Pacific Blue. HEX triplet: 14, 92 and CD. RGB value is (20,146,205). Sum of RGB (Red+Green+Blue) = 20+146+205=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #1492CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492CD is #EB6D32. Grayscale: #727272. Windows color (decimal): -15428915 or 13472276. OLE color: 13472276.

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

Color convert

RGB 20 146 205 -
CMYK 0.90 0.29 0 0.20
HSL 199.14º 0.82% 0.44% -
HSV(B) 199.14º 0.9% 0.8% -
XYZ 21.59 25.11 61.47 -
YUV 115.05 178.76 60.2 -
System Red Green Blue C M Y K H S L
Decimal 20 146 205 0.90 0.29 0 0.20 199.14 0.82 0.44
Hex 14 92 CD 5A 1D 0 14 C7 52 2C
Octal 24 222 315 132 35 0 24 307 122 54
Binary 10100 10010010 11001101 1011010 11101 0 10100 11000111 1010010 101100

Color Harmonies of #1492CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492CD

Black with #1492CD

Text Example


Text Example

White with #1492CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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