Html Css Color HEX #599EDC Picton Blue

📋 copy color: '#599EDC'

red 89 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #599EDC

Tints of Picton Blue #599EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.83%

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

R = 19.06%
G = 33.83%
B = 47.11%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#599EDC (or 0x599EDC) is known color: Picton Blue. HEX triplet: 59, 9E and DC. RGB value is (89,158,220). Sum of RGB (Red+Green+Blue) = 89+158+220=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 158 (62.11% from 255 or 33.83% 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 #599EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EDC is #A66123. Grayscale: #909090. Windows color (decimal): -10903844 or 14458457. OLE color: 14458457.

HSL color Cylindrical-coordinate representation of color #599EDC: hue angle of 208.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599EDC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 158 220 -
CMYK 0.60 0.28 0 0.14
HSL 208.4º 0.65% 0.61% -
HSV(B) 208.4º 0.6% 0.86% -
XYZ 29.26 31.74 72.3 -
YUV 144.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 89 158 220 0.60 0.28 0 0.14 208.4 0.65 0.61
Hex 59 9E DC 3C 1C 0 E D0 41 3D
Octal 131 236 334 74 34 0 16 320 101 75
Binary 1011001 10011110 11011100 111100 11100 0 1110 11010000 1000001 111101

Color Harmonies of #599EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EDC

Black with #599EDC

Text Example


Text Example

White with #599EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,158,220); }

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

background-color css

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

 a { background-color: rgb(89,158,220); }

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

border-color css

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

 span { border-color: rgb(89,158,220); }

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