Html Css Color HEX #599ADF Picton Blue

📋 copy color: '#599ADF'

red 89 ◦ green 154 ◦ blue 223

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

Shades of Picton Blue #599ADF

Tints of Picton Blue #599ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.05%

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

R = 19.1%
G = 33.05%
B = 47.85%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#599ADF (or 0x599ADF) is known color: Picton Blue. HEX triplet: 59, 9A and DF. RGB value is (89,154,223). Sum of RGB (Red+Green+Blue) = 89+154+223=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #599ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ADF is #A66520. Grayscale: #8E8E8E. Windows color (decimal): -10904865 or 14654041. OLE color: 14654041.

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

Color convert

RGB 89 154 223 -
CMYK 0.60 0.31 0 0.13
HSL 210.9º 0.68% 0.61% -
HSV(B) 210.9º 0.6% 0.87% -
XYZ 28.99 30.56 74.18 -
YUV 142.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 89 154 223 0.60 0.31 0 0.13 210.9 0.68 0.61
Hex 59 9A DF 3C 1F 0 D D3 44 3D
Octal 131 232 337 74 37 0 15 323 104 75
Binary 1011001 10011010 11011111 111100 11111 0 1101 11010011 1000100 111101

Color Harmonies of #599ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ADF

Black with #599ADF

Text Example


Text Example

White with #599ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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