Html Css Color HEX #5098CE Picton Blue

📋 copy color: '#5098CE'

red 80 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #5098CE

Tints of Picton Blue #5098CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.7%

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

R = 18.26%
G = 34.7%
B = 47.03%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5098CE (or 0x5098CE) is known color: Picton Blue. HEX triplet: 50, 98 and CE. RGB value is (80,152,206). Sum of RGB (Red+Green+Blue) = 80+152+206=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #5098CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5098CE is #AF6731. Grayscale: #888888. Windows color (decimal): -11495218 or 13539408. OLE color: 13539408.

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

Color convert

RGB 80 152 206 -
CMYK 0.61 0.26 0 0.19
HSL 205.71º 0.56% 0.56% -
HSV(B) 205.71º 0.61% 0.81% -
XYZ 25.68 28.62 62.56 -
YUV 136.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 80 152 206 0.61 0.26 0 0.19 205.71 0.56 0.56
Hex 50 98 CE 3D 1A 0 13 CE 38 38
Octal 120 230 316 75 32 0 23 316 70 70
Binary 1010000 10011000 11001110 111101 11010 0 10011 11001110 111000 111000

Color Harmonies of #5098CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5098CE

Black with #5098CE

Text Example


Text Example

White with #5098CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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