Html Css Color HEX #1992CD Pacific Blue

📋 copy color: '#1992CD'

red 25 ◦ green 146 ◦ blue 205

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

Shades of Pacific Blue #1992CD

Tints of Pacific Blue #1992CD

RGB

 RED value IS 25 (10.16% from 255) = 6.65%

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

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

R = 6.65%
G = 38.83%
B = 54.52%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1992CD (or 0x1992CD) is known color: Pacific Blue. HEX triplet: 19, 92 and CD. RGB value is (25,146,205). Sum of RGB (Red+Green+Blue) = 25+146+205=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #1992CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992CD is #E66D32. Grayscale: #747474. Windows color (decimal): -15101235 or 13472281. OLE color: 13472281.

HSL color Cylindrical-coordinate representation of color #1992CD: hue angle of 199.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1992CD is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 146 205 -
CMYK 0.88 0.29 0 0.20
HSL 199.67º 0.78% 0.45% -
HSV(B) 199.67º 0.88% 0.8% -
XYZ 21.7 25.17 61.47 -
YUV 116.55 177.91 62.7 -
System Red Green Blue C M Y K H S L
Decimal 25 146 205 0.88 0.29 0 0.20 199.67 0.78 0.45
Hex 19 92 CD 58 1D 0 14 C8 4E 2D
Octal 31 222 315 130 35 0 24 310 116 55
Binary 11001 10010010 11001101 1011000 11101 0 10100 11001000 1001110 101101

Color Harmonies of #1992CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1992CD

Black with #1992CD

Text Example


Text Example

White with #1992CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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