Html Css Color HEX #589BCF Picton Blue

📋 copy color: '#589BCF'

red 88 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #589BCF

Tints of Picton Blue #589BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.44%

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

R = 19.56%
G = 34.44%
B = 46%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#589BCF (or 0x589BCF) is known color: Picton Blue. HEX triplet: 58, 9B and CF. RGB value is (88,155,207). Sum of RGB (Red+Green+Blue) = 88+155+207=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #589BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BCF is #A76430. Grayscale: #8C8C8C. Windows color (decimal): -10970161 or 13605720. OLE color: 13605720.

HSL color Cylindrical-coordinate representation of color #589BCF: hue angle of 206.22º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589BCF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 155 207 -
CMYK 0.57 0.25 0 0.19
HSL 206.22º 0.55% 0.58% -
HSV(B) 206.22º 0.57% 0.81% -
XYZ 27.01 30.02 63.4 -
YUV 140.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 88 155 207 0.57 0.25 0 0.19 206.22 0.55 0.58
Hex 58 9B CF 39 19 0 13 CE 37 3A
Octal 130 233 317 71 31 0 23 316 67 72
Binary 1011000 10011011 11001111 111001 11001 0 10011 11001110 110111 111010

Color Harmonies of #589BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BCF

Black with #589BCF

Text Example


Text Example

White with #589BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,155,207); }

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

background-color css

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

 a { background-color: rgb(88,155,207); }

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

border-color css

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

 span { border-color: rgb(88,155,207); }

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