Html Css Color HEX #509CCF Picton Blue

📋 copy color: '#509CCF'

red 80 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #509CCF

Tints of Picton Blue #509CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 18.06%
G = 35.21%
B = 46.73%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#509CCF (or 0x509CCF) is known color: Picton Blue. HEX triplet: 50, 9C and CF. RGB value is (80,156,207). Sum of RGB (Red+Green+Blue) = 80+156+207=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #509CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CCF is #AF6330. Grayscale: #8A8A8A. Windows color (decimal): -11494193 or 13605968. OLE color: 13605968.

HSL color Cylindrical-coordinate representation of color #509CCF: hue angle of 204.09º degrees, saturation: 0.57, 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 #509CCF is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 156 207 -
CMYK 0.61 0.25 0 0.19
HSL 204.09º 0.57% 0.56% -
HSV(B) 204.09º 0.61% 0.81% -
XYZ 26.46 29.99 63.43 -
YUV 139.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 80 156 207 0.61 0.25 0 0.19 204.09 0.57 0.56
Hex 50 9C CF 3D 19 0 13 CC 39 38
Octal 120 234 317 75 31 0 23 314 71 70
Binary 1010000 10011100 11001111 111101 11001 0 10011 11001100 111001 111000

Color Harmonies of #509CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CCF

Black with #509CCF

Text Example


Text Example

White with #509CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,156,207); }

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

background-color css

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

 a { background-color: rgb(80,156,207); }

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

border-color css

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

 span { border-color: rgb(80,156,207); }

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