Html Css Color HEX #0587DD Pacific Blue

📋 copy color: '#0587DD'

red 5 ◦ green 135 ◦ blue 221

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

Shades of Pacific Blue #0587DD

Tints of Pacific Blue #0587DD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 1.39%
G = 37.4%
B = 61.22%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0587DD (or 0x0587DD) is known color: Pacific Blue. HEX triplet: 05, 87 and DD. RGB value is (5,135,221). Sum of RGB (Red+Green+Blue) = 5+135+221=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #0587DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587DD is #FA7822. Grayscale: #696969. Windows color (decimal): -16414755 or 14518021. OLE color: 14518021.

HSL color Cylindrical-coordinate representation of color #0587DD: hue angle of 203.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0587DD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 135 221 -
CMYK 0.98 0.39 0 0.13
HSL 203.89º 0.96% 0.44% -
HSV(B) 203.89º 0.98% 0.87% -
XYZ 21.78 22.58 71.62 -
YUV 105.93 192.93 56.01 -
System Red Green Blue C M Y K H S L
Decimal 5 135 221 0.98 0.39 0 0.13 203.89 0.96 0.44
Hex 5 87 DD 62 27 0 D CC 60 2C
Octal 5 207 335 142 47 0 15 314 140 54
Binary 101 10000111 11011101 1100010 100111 0 1101 11001100 1100000 101100

Color Harmonies of #0587DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0587DD

Black with #0587DD

Text Example


Text Example

White with #0587DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0587DD; }

 p { color: rgb(5,135,221); }

 H1.HeaderClassName
 {
   color: #0587DD;
 }
 .AnyTagClassName
 {
   color: #0587DD;
 }
</style>

background-color css

<style>
 a { background-color: #0587DD; }

 a { background-color: rgb(5,135,221); }

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

border-color css

<style>
 span { border-color: #0587DD; }

 span { border-color: rgb(5,135,221); }

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