Html Css Color HEX #0085CF Pacific Blue

📋 copy color: '#0085CF'

red 0 ◦ green 133 ◦ blue 207

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

Shades of Pacific Blue #0085CF

Tints of Pacific Blue #0085CF

RGB

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

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

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

R = 0%
G = 39.12%
B = 60.88%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0085CF (or 0x0085CF) is known color: Pacific Blue. HEX triplet: 00, 85 and CF. RGB value is (0,133,207). Sum of RGB (Red+Green+Blue) = 0+133+207=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #0085CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085CF is #FF7A30. Grayscale: #656565. Windows color (decimal): -16742961 or 13600000. OLE color: 13600000.

HSL color Cylindrical-coordinate representation of color #0085CF: hue angle of 201.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085CF is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 133 207 -
CMYK 1 0.36 0 0.19
HSL 201.45º 1% 0.41% -
HSV(B) 201.45º 1% 0.81% -
XYZ 19.65 21.28 62.1 -
YUV 101.67 187.44 55.48 -
System Red Green Blue C M Y K H S L
Decimal 0 133 207 1 0.36 0 0.19 201.45 1 0.41
Hex 0 85 CF 64 24 0 13 C9 64 29
Octal 0 205 317 144 44 0 23 311 144 51
Binary 0 10000101 11001111 1100100 100100 0 10011 11001001 1100100 101001

Color Harmonies of #0085CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0085CF

Black with #0085CF

Text Example


Text Example

White with #0085CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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