Html Css Color HEX #589DDC Picton Blue

📋 copy color: '#589DDC'

red 88 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #589DDC

Tints of Picton Blue #589DDC

RGB

 RED value IS 88 (34.77% from 255) = 18.92%

 GREEN value IS 157 (61.72% from 255) = 33.76%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 18.92%
G = 33.76%
B = 47.31%

CMYK

 C value IS 0.6

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#589DDC (or 0x589DDC) is known color: Picton Blue. HEX triplet: 58, 9D and DC. RGB value is (88,157,220). Sum of RGB (Red+Green+Blue) = 88+157+220=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #589DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DDC is #A76223. Grayscale: #8F8F8F. Windows color (decimal): -10969636 or 14458200. OLE color: 14458200.

HSL color Cylindrical-coordinate representation of color #589DDC: hue angle of 208.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #589DDC is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 157 220 -
CMYK 0.6 0.29 0 0.14
HSL 208.64º 0.65% 0.6% -
HSV(B) 208.64º 0.6% 0.86% -
XYZ 29 31.36 72.23 -
YUV 143.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 88 157 220 0.6 0.29 0 0.14 208.64 0.65 0.6
Hex 58 9D DC 3C 1D 0 E D1 41 3C
Octal 130 235 334 74 35 0 16 321 101 74
Binary 1011000 10011101 11011100 111100 11101 0 1110 11010001 1000001 111100

Color Harmonies of #589DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589DDC

Black with #589DDC

Text Example


Text Example

White with #589DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589DDC; }

 p { color: rgb(88,157,220); }

 H1.HeaderClassName
 {
   color: #589DDC;
 }
 .AnyTagClassName
 {
   color: #589DDC;
 }
</style>

background-color css

<style>
 a { background-color: #589DDC; }

 a { background-color: rgb(88,157,220); }

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

border-color css

<style>
 span { border-color: #589DDC; }

 span { border-color: rgb(88,157,220); }

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