Html Css Color HEX #1889CF Pacific Blue

📋 copy color: '#1889CF'

red 24 ◦ green 137 ◦ blue 207

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

Shades of Pacific Blue #1889CF

Tints of Pacific Blue #1889CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.25%

R = 6.52%
G = 37.23%
B = 56.25%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1889CF (or 0x1889CF) is known color: Pacific Blue. HEX triplet: 18, 89 and CF. RGB value is (24,137,207). Sum of RGB (Red+Green+Blue) = 24+137+207=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #1889CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1889CF is #E77630. Grayscale: #6E6E6E. Windows color (decimal): -15169073 or 13601048. OLE color: 13601048.

HSL color Cylindrical-coordinate representation of color #1889CF: hue angle of 202.95º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1889CF is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 137 207 -
CMYK 0.88 0.34 0 0.19
HSL 202.95º 0.79% 0.45% -
HSV(B) 202.95º 0.88% 0.81% -
XYZ 20.58 22.59 62.31 -
YUV 111.19 182.06 65.81 -
System Red Green Blue C M Y K H S L
Decimal 24 137 207 0.88 0.34 0 0.19 202.95 0.79 0.45
Hex 18 89 CF 58 22 0 13 CB 4F 2D
Octal 30 211 317 130 42 0 23 313 117 55
Binary 11000 10001001 11001111 1011000 100010 0 10011 11001011 1001111 101101

Color Harmonies of #1889CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1889CF

Black with #1889CF

Text Example


Text Example

White with #1889CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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