Html Css Color HEX #0520CE Medium Blue

📋 copy color: '#0520CE'

red 5 ◦ green 32 ◦ blue 206

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

Shades of Medium Blue #0520CE

Tints of Medium Blue #0520CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

 BLUE value IS 206 (80.86% from 255) = 84.77%

R = 2.06%
G = 13.17%
B = 84.77%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0520CE (or 0x0520CE) is known color: Medium Blue. HEX triplet: 05, 20 and CE. RGB value is (5,32,206). Sum of RGB (Red+Green+Blue) = 5+32+206=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #0520CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520CE is #FADF31. Grayscale: #2B2B2B. Windows color (decimal): -16441138 or 13508613. OLE color: 13508613.

HSL color Cylindrical-coordinate representation of color #0520CE: hue angle of 231.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0520CE is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 32 206 -
CMYK 0.98 0.84 0 0.19
HSL 231.94º 0.95% 0.41% -
HSV(B) 231.94º 0.98% 0.81% -
XYZ 11.72 5.52 58.84 -
YUV 43.76 219.55 100.35 -
System Red Green Blue C M Y K H S L
Decimal 5 32 206 0.98 0.84 0 0.19 231.94 0.95 0.41
Hex 5 20 CE 62 54 0 13 E8 5F 29
Octal 5 40 316 142 124 0 23 350 137 51
Binary 101 100000 11001110 1100010 1010100 0 10011 11101000 1011111 101001

Color Harmonies of #0520CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0520CE

Black with #0520CE

Text Example


Text Example

White with #0520CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0520CE; }

 p { color: rgb(5,32,206); }

 H1.HeaderClassName
 {
   color: #0520CE;
 }
 .AnyTagClassName
 {
   color: #0520CE;
 }
</style>

background-color css

<style>
 a { background-color: #0520CE; }

 a { background-color: rgb(5,32,206); }

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

border-color css

<style>
 span { border-color: #0520CE; }

 span { border-color: rgb(5,32,206); }

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