Html Css Color HEX #599CDF Picton Blue

📋 copy color: '#599CDF'

red 89 ◦ green 156 ◦ blue 223

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

Shades of Picton Blue #599CDF

Tints of Picton Blue #599CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.33%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 19.02%
G = 33.33%
B = 47.65%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#599CDF (or 0x599CDF) is known color: Picton Blue. HEX triplet: 59, 9C and DF. RGB value is (89,156,223). Sum of RGB (Red+Green+Blue) = 89+156+223=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #599CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CDF is #A66320. Grayscale: #8F8F8F. Windows color (decimal): -10904353 or 14654553. OLE color: 14654553.

HSL color Cylindrical-coordinate representation of color #599CDF: hue angle of 210º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599CDF is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 156 223 -
CMYK 0.60 0.30 0 0.13
HSL 210º 0.68% 0.61% -
HSV(B) 210º 0.6% 0.87% -
XYZ 29.33 31.23 74.29 -
YUV 143.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 89 156 223 0.60 0.30 0 0.13 210 0.68 0.61
Hex 59 9C DF 3C 1E 0 D D2 44 3D
Octal 131 234 337 74 36 0 15 322 104 75
Binary 1011001 10011100 11011111 111100 11110 0 1101 11010010 1000100 111101

Color Harmonies of #599CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CDF

Black with #599CDF

Text Example


Text Example

White with #599CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,156,223); }

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

background-color css

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

 a { background-color: rgb(89,156,223); }

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

border-color css

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

 span { border-color: rgb(89,156,223); }

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