Html Css Color HEX #0500DA Medium Blue

📋 copy color: '#0500DA'

red 5 ◦ green 0 ◦ blue 218

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

Shades of Medium Blue #0500DA

Tints of Medium Blue #0500DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 218 (85.55% from 255) = 97.76%

R = 2.24%
G = 0%
B = 97.76%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0500DA (or 0x0500DA) is known color: Medium Blue. HEX triplet: 05, 00 and DA. RGB value is (5,0,218). Sum of RGB (Red+Green+Blue) = 5+0+218=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 218 (85.55% from 255 or 97.76% from 223); Max value from RGB is 218 - color contains mainly: blue. Hex color #0500DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500DA is #FAFF25. Grayscale: #191919. Windows color (decimal): -16449318 or 14286853. OLE color: 14286853.

HSL color Cylindrical-coordinate representation of color #0500DA: hue angle of 241.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500DA is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 0 218 -
CMYK 0.98 1 0 0.15
HSL 241.38º 1% 0.43% -
HSV(B) 241.38º 1% 0.85% -
XYZ 12.72 5.09 66.64 -
YUV 26.35 236.16 112.77 -
System Red Green Blue C M Y K H S L
Decimal 5 0 218 0.98 1 0 0.15 241.38 1 0.43
Hex 5 0 DA 62 64 0 F F1 64 2B
Octal 5 0 332 142 144 0 17 361 144 53
Binary 101 0 11011010 1100010 1100100 0 1111 11110001 1100100 101011

Color Harmonies of #0500DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0500DA

Black with #0500DA

Text Example


Text Example

White with #0500DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0500DA; }

 p { color: rgb(5,0,218); }

 H1.HeaderClassName
 {
   color: #0500DA;
 }
 .AnyTagClassName
 {
   color: #0500DA;
 }
</style>

background-color css

<style>
 a { background-color: #0500DA; }

 a { background-color: rgb(5,0,218); }

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

border-color css

<style>
 span { border-color: #0500DA; }

 span { border-color: rgb(5,0,218); }

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