Html Css Color HEX #599CE1 Picton Blue

📋 copy color: '#599CE1'

red 89 ◦ green 156 ◦ blue 225

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

Shades of Picton Blue #599CE1

Tints of Picton Blue #599CE1

RGB

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

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

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

R = 18.94%
G = 33.19%
B = 47.87%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#599CE1 (or 0x599CE1) is known color: Picton Blue. HEX triplet: 59, 9C and E1. RGB value is (89,156,225). Sum of RGB (Red+Green+Blue) = 89+156+225=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #599CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CE1 is #A6631E. Grayscale: #8F8F8F. Windows color (decimal): -10904351 or 14785625. OLE color: 14785625.

HSL color Cylindrical-coordinate representation of color #599CE1: hue angle of 210.44º 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 #599CE1 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 156 225 -
CMYK 0.60 0.31 0 0.12
HSL 210.44º 0.69% 0.62% -
HSV(B) 210.44º 0.6% 0.88% -
XYZ 29.6 31.34 75.72 -
YUV 143.83 173.8 88.89 -
System Red Green Blue C M Y K H S L
Decimal 89 156 225 0.60 0.31 0 0.12 210.44 0.69 0.62
Hex 59 9C E1 3C 1F 0 C D2 45 3E
Octal 131 234 341 74 37 0 14 322 105 76
Binary 1011001 10011100 11100001 111100 11111 0 1100 11010010 1000101 111110

Color Harmonies of #599CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CE1

Black with #599CE1

Text Example


Text Example

White with #599CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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