Html Css Color HEX #5093CB Picton Blue

📋 copy color: '#5093CB'

red 80 ◦ green 147 ◦ blue 203

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

Shades of Picton Blue #5093CB

Tints of Picton Blue #5093CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 18.6%
G = 34.19%
B = 47.21%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5093CB (or 0x5093CB) is known color: Picton Blue. HEX triplet: 50, 93 and CB. RGB value is (80,147,203). Sum of RGB (Red+Green+Blue) = 80+147+203=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #5093CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093CB is #AF6C34. Grayscale: #858585. Windows color (decimal): -11496501 or 13341520. OLE color: 13341520.

HSL color Cylindrical-coordinate representation of color #5093CB: hue angle of 207.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5093CB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 147 203 -
CMYK 0.61 0.28 0 0.20
HSL 207.32º 0.54% 0.55% -
HSV(B) 207.32º 0.61% 0.8% -
XYZ 24.52 26.88 60.4 -
YUV 133.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 80 147 203 0.61 0.28 0 0.20 207.32 0.54 0.55
Hex 50 93 CB 3D 1C 0 14 CF 36 37
Octal 120 223 313 75 34 0 24 317 66 67
Binary 1010000 10010011 11001011 111101 11100 0 10100 11001111 110110 110111

Color Harmonies of #5093CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5093CB

Black with #5093CB

Text Example


Text Example

White with #5093CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5093CB; }

 p { color: rgb(80,147,203); }

 H1.HeaderClassName
 {
   color: #5093CB;
 }
 .AnyTagClassName
 {
   color: #5093CB;
 }
</style>

background-color css

<style>
 a { background-color: #5093CB; }

 a { background-color: rgb(80,147,203); }

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

border-color css

<style>
 span { border-color: #5093CB; }

 span { border-color: rgb(80,147,203); }

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