Html Css Color HEX #508FDA Picton Blue

📋 copy color: '#508FDA'

red 80 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #508FDA

Tints of Picton Blue #508FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 18.14%
G = 32.43%
B = 49.43%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#508FDA (or 0x508FDA) is known color: Picton Blue. HEX triplet: 50, 8F and DA. RGB value is (80,143,218). Sum of RGB (Red+Green+Blue) = 80+143+218=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #508FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FDA is #AF7025. Grayscale: #848484. Windows color (decimal): -11497510 or 14323536. OLE color: 14323536.

HSL color Cylindrical-coordinate representation of color #508FDA: hue angle of 212.61º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508FDA is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 143 218 -
CMYK 0.63 0.34 0 0.15
HSL 212.61º 0.65% 0.58% -
HSV(B) 212.61º 0.63% 0.85% -
XYZ 25.79 26.41 70.07 -
YUV 132.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 80 143 218 0.63 0.34 0 0.15 212.61 0.65 0.58
Hex 50 8F DA 3F 22 0 F D5 41 3A
Octal 120 217 332 77 42 0 17 325 101 72
Binary 1010000 10001111 11011010 111111 100010 0 1111 11010101 1000001 111010

Color Harmonies of #508FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FDA

Black with #508FDA

Text Example


Text Example

White with #508FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508FDA; }

 p { color: rgb(80,143,218); }

 H1.HeaderClassName
 {
   color: #508FDA;
 }
 .AnyTagClassName
 {
   color: #508FDA;
 }
</style>

background-color css

<style>
 a { background-color: #508FDA; }

 a { background-color: rgb(80,143,218); }

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

border-color css

<style>
 span { border-color: #508FDA; }

 span { border-color: rgb(80,143,218); }

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