Html Css Color HEX #509ECE Picton Blue

📋 copy color: '#509ECE'

red 80 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #509ECE

Tints of Picton Blue #509ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 18.02%
G = 35.59%
B = 46.4%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#509ECE (or 0x509ECE) is known color: Picton Blue. HEX triplet: 50, 9E and CE. RGB value is (80,158,206). Sum of RGB (Red+Green+Blue) = 80+158+206=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #509ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ECE is #AF6131. Grayscale: #8B8B8B. Windows color (decimal): -11493682 or 13540944. OLE color: 13540944.

HSL color Cylindrical-coordinate representation of color #509ECE: hue angle of 202.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509ECE is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 158 206 -
CMYK 0.61 0.23 0 0.19
HSL 202.86º 0.56% 0.56% -
HSV(B) 202.86º 0.61% 0.81% -
XYZ 26.68 30.62 62.9 -
YUV 140.15 165.16 85.1 -
System Red Green Blue C M Y K H S L
Decimal 80 158 206 0.61 0.23 0 0.19 202.86 0.56 0.56
Hex 50 9E CE 3D 17 0 13 CB 38 38
Octal 120 236 316 75 27 0 23 313 70 70
Binary 1010000 10011110 11001110 111101 10111 0 10011 11001011 111000 111000

Color Harmonies of #509ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509ECE

Black with #509ECE

Text Example


Text Example

White with #509ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509ECE; }

 p { color: rgb(80,158,206); }

 H1.HeaderClassName
 {
   color: #509ECE;
 }
 .AnyTagClassName
 {
   color: #509ECE;
 }
</style>

background-color css

<style>
 a { background-color: #509ECE; }

 a { background-color: rgb(80,158,206); }

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

border-color css

<style>
 span { border-color: #509ECE; }

 span { border-color: rgb(80,158,206); }

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