Html Css Color HEX #599BCF Picton Blue

📋 copy color: '#599BCF'

red 89 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #599BCF

Tints of Picton Blue #599BCF

RGB

 RED value IS 89 (35.16% from 255) = 19.73%

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

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

R = 19.73%
G = 34.37%
B = 45.9%

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

#599BCF (or 0x599BCF) is known color: Picton Blue. HEX triplet: 59, 9B and CF. RGB value is (89,155,207). Sum of RGB (Red+Green+Blue) = 89+155+207=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #599BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BCF is #A66430. Grayscale: #8C8C8C. Windows color (decimal): -10904625 or 13605721. OLE color: 13605721.

HSL color Cylindrical-coordinate representation of color #599BCF: hue angle of 206.44º 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 #599BCF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 155 207 -
CMYK 0.57 0.25 0 0.19
HSL 206.44º 0.55% 0.58% -
HSV(B) 206.44º 0.57% 0.81% -
XYZ 27.1 30.07 63.41 -
YUV 141.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 89 155 207 0.57 0.25 0 0.19 206.44 0.55 0.58
Hex 59 9B CF 39 19 0 13 CE 37 3A
Octal 131 233 317 71 31 0 23 316 67 72
Binary 1011001 10011011 11001111 111001 11001 0 10011 11001110 110111 111010

Color Harmonies of #599BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BCF

Black with #599BCF

Text Example


Text Example

White with #599BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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