Html Css Color HEX #0585D1 Pacific Blue

📋 copy color: '#0585D1'

red 5 ◦ green 133 ◦ blue 209

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

Shades of Pacific Blue #0585D1

Tints of Pacific Blue #0585D1

RGB

 RED value IS 5 (2.34% from 255) = 1.44%

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

 BLUE value IS 209 (82.03% from 255) = 60.23%

R = 1.44%
G = 38.33%
B = 60.23%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0585D1 (or 0x0585D1) is known color: Pacific Blue. HEX triplet: 05, 85 and D1. RGB value is (5,133,209). Sum of RGB (Red+Green+Blue) = 5+133+209=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #0585D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0585D1 is #FA7A2E. Grayscale: #666666. Windows color (decimal): -16415279 or 13731077. OLE color: 13731077.

HSL color Cylindrical-coordinate representation of color #0585D1: hue angle of 202.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585D1 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 133 209 -
CMYK 0.98 0.36 0 0.18
HSL 202.35º 0.95% 0.42% -
HSV(B) 202.35º 0.98% 0.82% -
XYZ 19.96 21.41 63.4 -
YUV 103.39 187.59 57.82 -
System Red Green Blue C M Y K H S L
Decimal 5 133 209 0.98 0.36 0 0.18 202.35 0.95 0.42
Hex 5 85 D1 62 24 0 12 CA 5F 2A
Octal 5 205 321 142 44 0 22 312 137 52
Binary 101 10000101 11010001 1100010 100100 0 10010 11001010 1011111 101010

Color Harmonies of #0585D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0585D1

Black with #0585D1

Text Example


Text Example

White with #0585D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0585D1; }

 p { color: rgb(5,133,209); }

 H1.HeaderClassName
 {
   color: #0585D1;
 }
 .AnyTagClassName
 {
   color: #0585D1;
 }
</style>

background-color css

<style>
 a { background-color: #0585D1; }

 a { background-color: rgb(5,133,209); }

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

border-color css

<style>
 span { border-color: #0585D1; }

 span { border-color: rgb(5,133,209); }

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