Html Css Color HEX #5092DF Picton Blue

📋 copy color: '#5092DF'

red 80 ◦ green 146 ◦ blue 223

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

Shades of Picton Blue #5092DF

Tints of Picton Blue #5092DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.52%

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

R = 17.82%
G = 32.52%
B = 49.67%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5092DF (or 0x5092DF) is known color: Picton Blue. HEX triplet: 50, 92 and DF. RGB value is (80,146,223). Sum of RGB (Red+Green+Blue) = 80+146+223=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #5092DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092DF is #AF6D20. Grayscale: #868686. Windows color (decimal): -11496737 or 14651984. OLE color: 14651984.

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

Color convert

RGB 80 146 223 -
CMYK 0.64 0.35 0 0.13
HSL 212.31º 0.69% 0.59% -
HSV(B) 212.31º 0.64% 0.87% -
XYZ 26.91 27.59 73.72 -
YUV 135.04 177.63 88.74 -
System Red Green Blue C M Y K H S L
Decimal 80 146 223 0.64 0.35 0 0.13 212.31 0.69 0.59
Hex 50 92 DF 40 23 0 D D4 45 3B
Octal 120 222 337 100 43 0 15 324 105 73
Binary 1010000 10010010 11011111 1000000 100011 0 1101 11010100 1000101 111011

Color Harmonies of #5092DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092DF

Black with #5092DF

Text Example


Text Example

White with #5092DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5092DF; }

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

 H1.HeaderClassName
 {
   color: #5092DF;
 }
 .AnyTagClassName
 {
   color: #5092DF;
 }
</style>

background-color css

<style>
 a { background-color: #5092DF; }

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

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

border-color css

<style>
 span { border-color: #5092DF; }

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

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