Html Css Color HEX #1985CC Pacific Blue

📋 copy color: '#1985CC'

red 25 ◦ green 133 ◦ blue 204

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

Shades of Pacific Blue #1985CC

Tints of Pacific Blue #1985CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 6.91%
G = 36.74%
B = 56.35%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1985CC (or 0x1985CC) is known color: Pacific Blue. HEX triplet: 19, 85 and CC. RGB value is (25,133,204). Sum of RGB (Red+Green+Blue) = 25+133+204=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #1985CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985CC is #E67A33. Grayscale: #6C6C6C. Windows color (decimal): -15104564 or 13403417. OLE color: 13403417.

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

Color convert

RGB 25 133 204 -
CMYK 0.88 0.35 0 0.2
HSL 203.8º 0.78% 0.45% -
HSV(B) 203.8º 0.88% 0.8% -
XYZ 19.69 21.34 60.21 -
YUV 108.8 181.72 68.23 -
System Red Green Blue C M Y K H S L
Decimal 25 133 204 0.88 0.35 0 0.2 203.8 0.78 0.45
Hex 19 85 CC 58 23 0 14 CC 4E 2D
Octal 31 205 314 130 43 0 24 314 116 55
Binary 11001 10000101 11001100 1011000 100011 0 10100 11001100 1001110 101101

Color Harmonies of #1985CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985CC

Black with #1985CC

Text Example


Text Example

White with #1985CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1985CC; }

 p { color: rgb(25,133,204); }

 H1.HeaderClassName
 {
   color: #1985CC;
 }
 .AnyTagClassName
 {
   color: #1985CC;
 }
</style>

background-color css

<style>
 a { background-color: #1985CC; }

 a { background-color: rgb(25,133,204); }

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

border-color css

<style>
 span { border-color: #1985CC; }

 span { border-color: rgb(25,133,204); }

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