Html Css Color HEX #1985CF Pacific Blue

📋 copy color: '#1985CF'

red 25 ◦ green 133 ◦ blue 207

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

Shades of Pacific Blue #1985CF

Tints of Pacific Blue #1985CF

RGB

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

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

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

R = 6.85%
G = 36.44%
B = 56.71%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1985CF (or 0x1985CF) is known color: Pacific Blue. HEX triplet: 19, 85 and CF. RGB value is (25,133,207). Sum of RGB (Red+Green+Blue) = 25+133+207=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #1985CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985CF is #E67A30. Grayscale: #6C6C6C. Windows color (decimal): -15104561 or 13600025. OLE color: 13600025.

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

Color convert

RGB 25 133 207 -
CMYK 0.88 0.36 0 0.19
HSL 204.4º 0.78% 0.45% -
HSV(B) 204.4º 0.88% 0.81% -
XYZ 20.05 21.49 62.12 -
YUV 109.14 183.22 67.98 -
System Red Green Blue C M Y K H S L
Decimal 25 133 207 0.88 0.36 0 0.19 204.4 0.78 0.45
Hex 19 85 CF 58 24 0 13 CC 4E 2D
Octal 31 205 317 130 44 0 23 314 116 55
Binary 11001 10000101 11001111 1011000 100100 0 10011 11001100 1001110 101101

Color Harmonies of #1985CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985CF

Black with #1985CF

Text Example


Text Example

White with #1985CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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