Html Css Color HEX #0085CD Pacific Blue

📋 copy color: '#0085CD'

red 0 ◦ green 133 ◦ blue 205

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

Shades of Pacific Blue #0085CD

Tints of Pacific Blue #0085CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 39.35%
B = 60.65%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0085CD (or 0x0085CD) is known color: Pacific Blue. HEX triplet: 00, 85 and CD. RGB value is (0,133,205). Sum of RGB (Red+Green+Blue) = 0+133+205=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #0085CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085CD is #FF7A32. Grayscale: #656565. Windows color (decimal): -16742963 or 13468928. OLE color: 13468928.

HSL color Cylindrical-coordinate representation of color #0085CD: hue angle of 201.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085CD is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 133 205 -
CMYK 1 0.35 0 0.20
HSL 201.07º 1% 0.4% -
HSV(B) 201.07º 1% 0.8% -
XYZ 19.41 21.18 60.82 -
YUV 101.44 186.44 55.65 -
System Red Green Blue C M Y K H S L
Decimal 0 133 205 1 0.35 0 0.20 201.07 1 0.4
Hex 0 85 CD 64 23 0 14 C9 64 28
Octal 0 205 315 144 43 0 24 311 144 50
Binary 0 10000101 11001101 1100100 100011 0 10100 11001001 1100100 101000

Color Harmonies of #0085CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0085CD

Black with #0085CD

Text Example


Text Example

White with #0085CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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