Html Css Color HEX #599FCF Picton Blue

📋 copy color: '#599FCF'

red 89 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #599FCF

Tints of Picton Blue #599FCF

RGB

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

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

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

R = 19.56%
G = 34.95%
B = 45.49%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#599FCF (or 0x599FCF) is known color: Picton Blue. HEX triplet: 59, 9F and CF. RGB value is (89,159,207). Sum of RGB (Red+Green+Blue) = 89+159+207=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #599FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FCF is #A66030. Grayscale: #8F8F8F. Windows color (decimal): -10903601 or 13606745. OLE color: 13606745.

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

Color convert

RGB 89 159 207 -
CMYK 0.57 0.23 0 0.19
HSL 204.41º 0.55% 0.58% -
HSV(B) 204.41º 0.57% 0.81% -
XYZ 27.78 31.43 63.63 -
YUV 143.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 89 159 207 0.57 0.23 0 0.19 204.41 0.55 0.58
Hex 59 9F CF 39 17 0 13 CC 37 3A
Octal 131 237 317 71 27 0 23 314 67 72
Binary 1011001 10011111 11001111 111001 10111 0 10011 11001100 110111 111010

Color Harmonies of #599FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FCF

Black with #599FCF

Text Example


Text Example

White with #599FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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