Html Css Color HEX #509FDF Picton Blue

📋 copy color: '#509FDF'

red 80 ◦ green 159 ◦ blue 223

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

Shades of Picton Blue #509FDF

Tints of Picton Blue #509FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.42%

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

R = 17.32%
G = 34.42%
B = 48.27%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#509FDF (or 0x509FDF) is known color: Picton Blue. HEX triplet: 50, 9F and DF. RGB value is (80,159,223). Sum of RGB (Red+Green+Blue) = 80+159+223=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #509FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FDF is #AF6020. Grayscale: #8E8E8E. Windows color (decimal): -11493409 or 14655312. OLE color: 14655312.

HSL color Cylindrical-coordinate representation of color #509FDF: hue angle of 206.85º 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 #509FDF is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 159 223 -
CMYK 0.64 0.29 0 0.13
HSL 206.85º 0.69% 0.59% -
HSV(B) 206.85º 0.64% 0.87% -
XYZ 29.03 31.83 74.43 -
YUV 142.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 80 159 223 0.64 0.29 0 0.13 206.85 0.69 0.59
Hex 50 9F DF 40 1D 0 D CF 45 3B
Octal 120 237 337 100 35 0 15 317 105 73
Binary 1010000 10011111 11011111 1000000 11101 0 1101 11001111 1000101 111011

Color Harmonies of #509FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FDF

Black with #509FDF

Text Example


Text Example

White with #509FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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