Html Css Color HEX #589FDC Picton Blue

📋 copy color: '#589FDC'

red 88 ◦ green 159 ◦ blue 220

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

Shades of Picton Blue #589FDC

Tints of Picton Blue #589FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.05%

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

R = 18.84%
G = 34.05%
B = 47.11%

CMYK

 C value IS 0.6

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#589FDC (or 0x589FDC) is known color: Picton Blue. HEX triplet: 58, 9F and DC. RGB value is (88,159,220). Sum of RGB (Red+Green+Blue) = 88+159+220=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #589FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FDC is #A76023. Grayscale: #909090. Windows color (decimal): -10969124 or 14458712. OLE color: 14458712.

HSL color Cylindrical-coordinate representation of color #589FDC: hue angle of 207.73º 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 #589FDC is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 159 220 -
CMYK 0.6 0.28 0 0.14
HSL 207.73º 0.65% 0.6% -
HSV(B) 207.73º 0.6% 0.86% -
XYZ 29.34 32.04 72.35 -
YUV 144.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 88 159 220 0.6 0.28 0 0.14 207.73 0.65 0.6
Hex 58 9F DC 3C 1C 0 E D0 41 3C
Octal 130 237 334 74 34 0 16 320 101 74
Binary 1011000 10011111 11011100 111100 11100 0 1110 11010000 1000001 111100

Color Harmonies of #589FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589FDC

Black with #589FDC

Text Example


Text Example

White with #589FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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