Html Css Color HEX #599FDA Picton Blue

📋 copy color: '#599FDA'

red 89 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #599FDA

Tints of Picton Blue #599FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.12%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 19.1%
G = 34.12%
B = 46.78%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#599FDA (or 0x599FDA) is known color: Picton Blue. HEX triplet: 59, 9F and DA. RGB value is (89,159,218). Sum of RGB (Red+Green+Blue) = 89+159+218=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #599FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FDA is #A66025. Grayscale: #909090. Windows color (decimal): -10903590 or 14327641. OLE color: 14327641.

HSL color Cylindrical-coordinate representation of color #599FDA: hue angle of 207.44º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599FDA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 159 218 -
CMYK 0.59 0.27 0 0.15
HSL 207.44º 0.64% 0.6% -
HSV(B) 207.44º 0.59% 0.85% -
XYZ 29.17 31.98 70.97 -
YUV 144.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 89 159 218 0.59 0.27 0 0.15 207.44 0.64 0.6
Hex 59 9F DA 3B 1B 0 F CF 40 3C
Octal 131 237 332 73 33 0 17 317 100 74
Binary 1011001 10011111 11011010 111011 11011 0 1111 11001111 1000000 111100

Color Harmonies of #599FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FDA

Black with #599FDA

Text Example


Text Example

White with #599FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,159,218); }

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

background-color css

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

 a { background-color: rgb(89,159,218); }

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

border-color css

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

 span { border-color: rgb(89,159,218); }

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