Html Css Color HEX #509BCA Picton Blue

📋 copy color: '#509BCA'

red 80 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #509BCA

Tints of Picton Blue #509BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.47%

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 18.31%
G = 35.47%
B = 46.22%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#509BCA (or 0x509BCA) is known color: Picton Blue. HEX triplet: 50, 9B and CA. RGB value is (80,155,202). Sum of RGB (Red+Green+Blue) = 80+155+202=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #509BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BCA is #AF6435. Grayscale: #898989. Windows color (decimal): -11494454 or 13278032. OLE color: 13278032.

HSL color Cylindrical-coordinate representation of color #509BCA: hue angle of 203.11º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509BCA is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 155 202 -
CMYK 0.60 0.23 0 0.21
HSL 203.11º 0.54% 0.55% -
HSV(B) 203.11º 0.6% 0.79% -
XYZ 25.69 29.41 60.2 -
YUV 137.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 80 155 202 0.60 0.23 0 0.21 203.11 0.54 0.55
Hex 50 9B CA 3C 17 0 15 CB 36 37
Octal 120 233 312 74 27 0 25 313 66 67
Binary 1010000 10011011 11001010 111100 10111 0 10101 11001011 110110 110111

Color Harmonies of #509BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BCA

Black with #509BCA

Text Example


Text Example

White with #509BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,155,202); }

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

background-color css

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

 a { background-color: rgb(80,155,202); }

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

border-color css

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

 span { border-color: rgb(80,155,202); }

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