Html Css Color HEX #599DE1 Picton Blue

📋 copy color: '#599DE1'

red 89 ◦ green 157 ◦ blue 225

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

Shades of Picton Blue #599DE1

Tints of Picton Blue #599DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 18.9%
G = 33.33%
B = 47.77%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#599DE1 (or 0x599DE1) is known color: Picton Blue. HEX triplet: 59, 9D and E1. RGB value is (89,157,225). Sum of RGB (Red+Green+Blue) = 89+157+225=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #599DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DE1 is #A6621E. Grayscale: #909090. Windows color (decimal): -10904095 or 14785881. OLE color: 14785881.

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

Color convert

RGB 89 157 225 -
CMYK 0.60 0.30 0 0.12
HSL 210º 0.69% 0.62% -
HSV(B) 210º 0.6% 0.88% -
XYZ 29.77 31.67 75.78 -
YUV 144.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 89 157 225 0.60 0.30 0 0.12 210 0.69 0.62
Hex 59 9D E1 3C 1E 0 C D2 45 3E
Octal 131 235 341 74 36 0 14 322 105 76
Binary 1011001 10011101 11100001 111100 11110 0 1100 11010010 1000101 111110

Color Harmonies of #599DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DE1

Black with #599DE1

Text Example


Text Example

White with #599DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,157,225); }

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

background-color css

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

 a { background-color: rgb(89,157,225); }

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

border-color css

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

 span { border-color: rgb(89,157,225); }

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