Html Css Color HEX #505DB8 Rich Blue

📋 copy color: '#505DB8'

red 80 ◦ green 93 ◦ blue 184

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

Shades of Rich Blue #505DB8

Tints of Rich Blue #505DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

 BLUE value IS 184 (72.27% from 255) = 51.54%

R = 22.41%
G = 26.05%
B = 51.54%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#505DB8 (or 0x505DB8) is known color: Rich Blue. HEX triplet: 50, 5D and B8. RGB value is (80,93,184). Sum of RGB (Red+Green+Blue) = 80+93+184=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #505DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB8 is #AFA247. Grayscale: #636363. Windows color (decimal): -11510344 or 12082512. OLE color: 12082512.

HSL color Cylindrical-coordinate representation of color #505DB8: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505DB8 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 93 184 -
CMYK 0.57 0.49 0 0.28
HSL 232.5º 0.42% 0.52% -
HSV(B) 232.5º 0.57% 0.72% -
XYZ 15.87 12.99 47.02 -
YUV 99.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 80 93 184 0.57 0.49 0 0.28 232.5 0.42 0.52
Hex 50 5D B8 39 31 0 1C E8 2A 34
Octal 120 135 270 71 61 0 34 350 52 64
Binary 1010000 1011101 10111000 111001 110001 0 11100 11101000 101010 110100

Color Harmonies of #505DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DB8

Black with #505DB8

Text Example


Text Example

White with #505DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505DB8; }

 p { color: rgb(80,93,184); }

 H1.HeaderClassName
 {
   color: #505DB8;
 }
 .AnyTagClassName
 {
   color: #505DB8;
 }
</style>

background-color css

<style>
 a { background-color: #505DB8; }

 a { background-color: rgb(80,93,184); }

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

border-color css

<style>
 span { border-color: #505DB8; }

 span { border-color: rgb(80,93,184); }

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