Html Css Color HEX #599EDD Picton Blue

📋 copy color: '#599EDD'

red 89 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #599EDD

Tints of Picton Blue #599EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 19.02%
G = 33.76%
B = 47.22%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#599EDD (or 0x599EDD) is known color: Picton Blue. HEX triplet: 59, 9E and DD. RGB value is (89,158,221). Sum of RGB (Red+Green+Blue) = 89+158+221=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #599EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EDD is #A66122. Grayscale: #909090. Windows color (decimal): -10903843 or 14523993. OLE color: 14523993.

HSL color Cylindrical-coordinate representation of color #599EDD: hue angle of 208.64º degrees, saturation: 0.66, 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 #599EDD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 158 221 -
CMYK 0.60 0.29 0 0.13
HSL 208.64º 0.66% 0.61% -
HSV(B) 208.64º 0.6% 0.87% -
XYZ 29.4 31.8 72.99 -
YUV 144.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 89 158 221 0.60 0.29 0 0.13 208.64 0.66 0.61
Hex 59 9E DD 3C 1D 0 D D1 42 3D
Octal 131 236 335 74 35 0 15 321 102 75
Binary 1011001 10011110 11011101 111100 11101 0 1101 11010001 1000010 111101

Color Harmonies of #599EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EDD

Black with #599EDD

Text Example


Text Example

White with #599EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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