Html Css Color HEX #0506D0 Medium Blue

📋 copy color: '#0506D0'

red 5 ◦ green 6 ◦ blue 208

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

Shades of Medium Blue #0506D0

Tints of Medium Blue #0506D0

RGB

 RED value IS 5 (2.34% from 255) = 2.28%

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 208 (81.64% from 255) = 94.98%

R = 2.28%
G = 2.74%
B = 94.98%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0506D0 (or 0x0506D0) is known color: Medium Blue. HEX triplet: 05, 06 and D0. RGB value is (5,6,208). Sum of RGB (Red+Green+Blue) = 5+6+208=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 208 (81.64% from 255 or 94.98% from 219); Max value from RGB is 208 - color contains mainly: blue. Hex color #0506D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0506D0 is #FAF92F. Grayscale: #1B1B1B. Windows color (decimal): -16447792 or 13633029. OLE color: 13633029.

HSL color Cylindrical-coordinate representation of color #0506D0: hue angle of 239.7º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0506D0 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 6 208 -
CMYK 0.98 0.97 0 0.18
HSL 239.7º 0.95% 0.42% -
HSV(B) 239.7º 0.98% 0.82% -
XYZ 11.51 4.72 59.98 -
YUV 28.73 229.17 111.07 -
System Red Green Blue C M Y K H S L
Decimal 5 6 208 0.98 0.97 0 0.18 239.7 0.95 0.42
Hex 5 6 D0 62 61 0 12 F0 5F 2A
Octal 5 6 320 142 141 0 22 360 137 52
Binary 101 110 11010000 1100010 1100001 0 10010 11110000 1011111 101010

Color Harmonies of #0506D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0506D0

Black with #0506D0

Text Example


Text Example

White with #0506D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0506D0; }

 p { color: rgb(5,6,208); }

 H1.HeaderClassName
 {
   color: #0506D0;
 }
 .AnyTagClassName
 {
   color: #0506D0;
 }
</style>

background-color css

<style>
 a { background-color: #0506D0; }

 a { background-color: rgb(5,6,208); }

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

border-color css

<style>
 span { border-color: #0506D0; }

 span { border-color: rgb(5,6,208); }

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