Html Css Color HEX #599DDF Picton Blue

📋 copy color: '#599DDF'

red 89 ◦ green 157 ◦ blue 223

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

Shades of Picton Blue #599DDF

Tints of Picton Blue #599DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 18.98%
G = 33.48%
B = 47.55%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#599DDF (or 0x599DDF) is known color: Picton Blue. HEX triplet: 59, 9D and DF. RGB value is (89,157,223). Sum of RGB (Red+Green+Blue) = 89+157+223=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #599DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DDF is #A66220. Grayscale: #8F8F8F. Windows color (decimal): -10904097 or 14654809. OLE color: 14654809.

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

Color convert

RGB 89 157 223 -
CMYK 0.60 0.30 0 0.13
HSL 209.55º 0.68% 0.61% -
HSV(B) 209.55º 0.6% 0.87% -
XYZ 29.5 31.57 74.35 -
YUV 144.19 172.47 88.63 -
System Red Green Blue C M Y K H S L
Decimal 89 157 223 0.60 0.30 0 0.13 209.55 0.68 0.61
Hex 59 9D DF 3C 1E 0 D D2 44 3D
Octal 131 235 337 74 36 0 15 322 104 75
Binary 1011001 10011101 11011111 111100 11110 0 1101 11010010 1000100 111101

Color Harmonies of #599DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DDF

Black with #599DDF

Text Example


Text Example

White with #599DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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