Html Css Color HEX #1985CE Pacific Blue

📋 copy color: '#1985CE'

red 25 ◦ green 133 ◦ blue 206

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

Shades of Pacific Blue #1985CE

Tints of Pacific Blue #1985CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 6.87%
G = 36.54%
B = 56.59%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1985CE (or 0x1985CE) is known color: Pacific Blue. HEX triplet: 19, 85 and CE. RGB value is (25,133,206). Sum of RGB (Red+Green+Blue) = 25+133+206=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #1985CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985CE is #E67A31. Grayscale: #6C6C6C. Windows color (decimal): -15104562 or 13534489. OLE color: 13534489.

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

Color convert

RGB 25 133 206 -
CMYK 0.88 0.35 0 0.19
HSL 204.2º 0.78% 0.45% -
HSV(B) 204.2º 0.88% 0.81% -
XYZ 19.93 21.44 61.48 -
YUV 109.03 182.72 68.06 -
System Red Green Blue C M Y K H S L
Decimal 25 133 206 0.88 0.35 0 0.19 204.2 0.78 0.45
Hex 19 85 CE 58 23 0 13 CC 4E 2D
Octal 31 205 316 130 43 0 23 314 116 55
Binary 11001 10000101 11001110 1011000 100011 0 10011 11001100 1001110 101101

Color Harmonies of #1985CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985CE

Black with #1985CE

Text Example


Text Example

White with #1985CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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