Html Css Color HEX #5094DD Picton Blue

📋 copy color: '#5094DD'

red 80 ◦ green 148 ◦ blue 221

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

Shades of Picton Blue #5094DD

Tints of Picton Blue #5094DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 17.82%
G = 32.96%
B = 49.22%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5094DD (or 0x5094DD) is known color: Picton Blue. HEX triplet: 50, 94 and DD. RGB value is (80,148,221). Sum of RGB (Red+Green+Blue) = 80+148+221=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #5094DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5094DD is #AF6B22. Grayscale: #878787. Windows color (decimal): -11496227 or 14521424. OLE color: 14521424.

HSL color Cylindrical-coordinate representation of color #5094DD: hue angle of 211.06º degrees, saturation: 0.67, 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 #5094DD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 148 221 -
CMYK 0.64 0.33 0 0.13
HSL 211.06º 0.67% 0.59% -
HSV(B) 211.06º 0.64% 0.87% -
XYZ 26.95 28.11 72.41 -
YUV 135.99 175.97 88.06 -
System Red Green Blue C M Y K H S L
Decimal 80 148 221 0.64 0.33 0 0.13 211.06 0.67 0.59
Hex 50 94 DD 40 21 0 D D3 43 3B
Octal 120 224 335 100 41 0 15 323 103 73
Binary 1010000 10010100 11011101 1000000 100001 0 1101 11010011 1000011 111011

Color Harmonies of #5094DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5094DD

Black with #5094DD

Text Example


Text Example

White with #5094DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5094DD; }

 p { color: rgb(80,148,221); }

 H1.HeaderClassName
 {
   color: #5094DD;
 }
 .AnyTagClassName
 {
   color: #5094DD;
 }
</style>

background-color css

<style>
 a { background-color: #5094DD; }

 a { background-color: rgb(80,148,221); }

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

border-color css

<style>
 span { border-color: #5094DD; }

 span { border-color: rgb(80,148,221); }

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