Html Css Color HEX #0500CA Medium Blue

📋 copy color: '#0500CA'

red 5 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #0500CA

Tints of Medium Blue #0500CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 97.58%

R = 2.42%
G = 0%
B = 97.58%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0500CA (or 0x0500CA) is known color: Medium Blue. HEX triplet: 05, 00 and CA. RGB value is (5,0,202). Sum of RGB (Red+Green+Blue) = 5+0+202=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 202 (79.30% from 255 or 97.58% from 207); Max value from RGB is 202 - color contains mainly: blue. Hex color #0500CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500CA is #FAFF35. Grayscale: #171717. Windows color (decimal): -16449334 or 13238277. OLE color: 13238277.

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

Color convert

RGB 5 0 202 -
CMYK 0.98 1 0 0.21
HSL 241.49º 1% 0.4% -
HSV(B) 241.49º 1% 0.79% -
XYZ 10.72 4.3 56.14 -
YUV 24.52 228.16 114.07 -
System Red Green Blue C M Y K H S L
Decimal 5 0 202 0.98 1 0 0.21 241.49 1 0.4
Hex 5 0 CA 62 64 0 15 F1 64 28
Octal 5 0 312 142 144 0 25 361 144 50
Binary 101 0 11001010 1100010 1100100 0 10101 11110001 1100100 101000

Color Harmonies of #0500CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0500CA

Black with #0500CA

Text Example


Text Example

White with #0500CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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