Html Css Color HEX #5097CE Picton Blue

📋 copy color: '#5097CE'

red 80 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #5097CE

Tints of Picton Blue #5097CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 18.31%
G = 34.55%
B = 47.14%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5097CE (or 0x5097CE) is known color: Picton Blue. HEX triplet: 50, 97 and CE. RGB value is (80,151,206). Sum of RGB (Red+Green+Blue) = 80+151+206=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5097CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5097CE is #AF6831. Grayscale: #878787. Windows color (decimal): -11495474 or 13539152. OLE color: 13539152.

HSL color Cylindrical-coordinate representation of color #5097CE: hue angle of 206.19º degrees, saturation: 0.56, 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 #5097CE is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 151 206 -
CMYK 0.61 0.27 0 0.19
HSL 206.19º 0.56% 0.56% -
HSV(B) 206.19º 0.61% 0.81% -
XYZ 25.52 28.29 62.51 -
YUV 136.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 80 151 206 0.61 0.27 0 0.19 206.19 0.56 0.56
Hex 50 97 CE 3D 1B 0 13 CE 38 38
Octal 120 227 316 75 33 0 23 316 70 70
Binary 1010000 10010111 11001110 111101 11011 0 10011 11001110 111000 111000

Color Harmonies of #5097CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5097CE

Black with #5097CE

Text Example


Text Example

White with #5097CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5097CE; }

 p { color: rgb(80,151,206); }

 H1.HeaderClassName
 {
   color: #5097CE;
 }
 .AnyTagClassName
 {
   color: #5097CE;
 }
</style>

background-color css

<style>
 a { background-color: #5097CE; }

 a { background-color: rgb(80,151,206); }

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

border-color css

<style>
 span { border-color: #5097CE; }

 span { border-color: rgb(80,151,206); }

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