Html Css Color HEX #1989CB Pacific Blue

📋 copy color: '#1989CB'

red 25 ◦ green 137 ◦ blue 203

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

Shades of Pacific Blue #1989CB

Tints of Pacific Blue #1989CB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 6.85%
G = 37.53%
B = 55.62%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1989CB (or 0x1989CB) is known color: Pacific Blue. HEX triplet: 19, 89 and CB. RGB value is (25,137,203). Sum of RGB (Red+Green+Blue) = 25+137+203=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #1989CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1989CB is #E67634. Grayscale: #6E6E6E. Windows color (decimal): -15103541 or 13338905. OLE color: 13338905.

HSL color Cylindrical-coordinate representation of color #1989CB: hue angle of 202.25º 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 #1989CB is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 137 203 -
CMYK 0.88 0.33 0 0.20
HSL 202.25º 0.78% 0.45% -
HSV(B) 202.25º 0.88% 0.8% -
XYZ 20.13 22.41 59.76 -
YUV 111.04 179.89 66.63 -
System Red Green Blue C M Y K H S L
Decimal 25 137 203 0.88 0.33 0 0.20 202.25 0.78 0.45
Hex 19 89 CB 58 21 0 14 CA 4E 2D
Octal 31 211 313 130 41 0 24 312 116 55
Binary 11001 10001001 11001011 1011000 100001 0 10100 11001010 1001110 101101

Color Harmonies of #1989CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1989CB

Black with #1989CB

Text Example


Text Example

White with #1989CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1989CB; }

 p { color: rgb(25,137,203); }

 H1.HeaderClassName
 {
   color: #1989CB;
 }
 .AnyTagClassName
 {
   color: #1989CB;
 }
</style>

background-color css

<style>
 a { background-color: #1989CB; }

 a { background-color: rgb(25,137,203); }

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

border-color css

<style>
 span { border-color: #1989CB; }

 span { border-color: rgb(25,137,203); }

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