Html Css Color HEX #1889CB Pacific Blue

📋 copy color: '#1889CB'

red 24 ◦ green 137 ◦ blue 203

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

Shades of Pacific Blue #1889CB

Tints of Pacific Blue #1889CB

RGB

 RED value IS 24 (9.77% from 255) = 6.59%

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

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

R = 6.59%
G = 37.64%
B = 55.77%

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

#1889CB (or 0x1889CB) is known color: Pacific Blue. HEX triplet: 18, 89 and CB. RGB value is (24,137,203). Sum of RGB (Red+Green+Blue) = 24+137+203=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #1889CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1889CB is #E77634. Grayscale: #6E6E6E. Windows color (decimal): -15169077 or 13338904. OLE color: 13338904.

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

Color convert

RGB 24 137 203 -
CMYK 0.88 0.33 0 0.20
HSL 202.12º 0.79% 0.45% -
HSV(B) 202.12º 0.88% 0.8% -
XYZ 20.1 22.4 59.76 -
YUV 110.74 180.06 66.13 -
System Red Green Blue C M Y K H S L
Decimal 24 137 203 0.88 0.33 0 0.20 202.12 0.79 0.45
Hex 18 89 CB 58 21 0 14 CA 4F 2D
Octal 30 211 313 130 41 0 24 312 117 55
Binary 11000 10001001 11001011 1011000 100001 0 10100 11001010 1001111 101101

Color Harmonies of #1889CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1889CB

Black with #1889CB

Text Example


Text Example

White with #1889CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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