Html Css Color HEX #1885CD Pacific Blue

📋 copy color: '#1885CD'

red 24 ◦ green 133 ◦ blue 205

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

Shades of Pacific Blue #1885CD

Tints of Pacific Blue #1885CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 6.63%
G = 36.74%
B = 56.63%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1885CD (or 0x1885CD) is known color: Pacific Blue. HEX triplet: 18, 85 and CD. RGB value is (24,133,205). Sum of RGB (Red+Green+Blue) = 24+133+205=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #1885CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885CD is #E77A32. Grayscale: #6C6C6C. Windows color (decimal): -15170099 or 13468952. OLE color: 13468952.

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

Color convert

RGB 24 133 205 -
CMYK 0.88 0.35 0 0.20
HSL 203.87º 0.79% 0.45% -
HSV(B) 203.87º 0.88% 0.8% -
XYZ 19.78 21.38 60.84 -
YUV 108.62 182.39 67.65 -
System Red Green Blue C M Y K H S L
Decimal 24 133 205 0.88 0.35 0 0.20 203.87 0.79 0.45
Hex 18 85 CD 58 23 0 14 CC 4F 2D
Octal 30 205 315 130 43 0 24 314 117 55
Binary 11000 10000101 11001101 1011000 100011 0 10100 11001100 1001111 101101

Color Harmonies of #1885CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885CD

Black with #1885CD

Text Example


Text Example

White with #1885CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,133,205); }

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

background-color css

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

 a { background-color: rgb(24,133,205); }

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

border-color css

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

 span { border-color: rgb(24,133,205); }

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