Html Css Color HEX #5096DF Picton Blue

📋 copy color: '#5096DF'

red 80 ◦ green 150 ◦ blue 223

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

Shades of Picton Blue #5096DF

Tints of Picton Blue #5096DF

RGB

 RED value IS 80 (31.64% from 255) = 17.66%

 GREEN value IS 150 (58.98% from 255) = 33.11%

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

R = 17.66%
G = 33.11%
B = 49.23%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5096DF (or 0x5096DF) is known color: Picton Blue. HEX triplet: 50, 96 and DF. RGB value is (80,150,223). Sum of RGB (Red+Green+Blue) = 80+150+223=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #5096DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5096DF is #AF6920. Grayscale: #898989. Windows color (decimal): -11495713 or 14653008. OLE color: 14653008.

HSL color Cylindrical-coordinate representation of color #5096DF: hue angle of 210.63º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5096DF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 150 223 -
CMYK 0.64 0.33 0 0.13
HSL 210.63º 0.69% 0.59% -
HSV(B) 210.63º 0.64% 0.87% -
XYZ 27.53 28.85 73.93 -
YUV 137.39 176.31 87.06 -
System Red Green Blue C M Y K H S L
Decimal 80 150 223 0.64 0.33 0 0.13 210.63 0.69 0.59
Hex 50 96 DF 40 21 0 D D3 45 3B
Octal 120 226 337 100 41 0 15 323 105 73
Binary 1010000 10010110 11011111 1000000 100001 0 1101 11010011 1000101 111011

Color Harmonies of #5096DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5096DF

Black with #5096DF

Text Example


Text Example

White with #5096DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5096DF; }

 p { color: rgb(80,150,223); }

 H1.HeaderClassName
 {
   color: #5096DF;
 }
 .AnyTagClassName
 {
   color: #5096DF;
 }
</style>

background-color css

<style>
 a { background-color: #5096DF; }

 a { background-color: rgb(80,150,223); }

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

border-color css

<style>
 span { border-color: #5096DF; }

 span { border-color: rgb(80,150,223); }

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