Html Css Color HEX #0522CD Medium Blue

📋 copy color: '#0522CD'

red 5 ◦ green 34 ◦ blue 205

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

Shades of Medium Blue #0522CD

Tints of Medium Blue #0522CD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

 BLUE value IS 205 (80.47% from 255) = 84.02%

R = 2.05%
G = 13.93%
B = 84.02%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0522CD (or 0x0522CD) is known color: Medium Blue. HEX triplet: 05, 22 and CD. RGB value is (5,34,205). Sum of RGB (Red+Green+Blue) = 5+34+205=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #0522CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0522CD is #FADD32. Grayscale: #2C2C2C. Windows color (decimal): -16440627 or 13443589. OLE color: 13443589.

HSL color Cylindrical-coordinate representation of color #0522CD: hue angle of 231.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0522CD is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 34 205 -
CMYK 0.98 0.83 0 0.20
HSL 231.3º 0.95% 0.41% -
HSV(B) 231.3º 0.98% 0.8% -
XYZ 11.65 5.58 58.22 -
YUV 44.82 218.39 99.6 -
System Red Green Blue C M Y K H S L
Decimal 5 34 205 0.98 0.83 0 0.20 231.3 0.95 0.41
Hex 5 22 CD 62 53 0 14 E7 5F 29
Octal 5 42 315 142 123 0 24 347 137 51
Binary 101 100010 11001101 1100010 1010011 0 10100 11100111 1011111 101001

Color Harmonies of #0522CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0522CD

Black with #0522CD

Text Example


Text Example

White with #0522CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0522CD; }

 p { color: rgb(5,34,205); }

 H1.HeaderClassName
 {
   color: #0522CD;
 }
 .AnyTagClassName
 {
   color: #0522CD;
 }
</style>

background-color css

<style>
 a { background-color: #0522CD; }

 a { background-color: rgb(5,34,205); }

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

border-color css

<style>
 span { border-color: #0522CD; }

 span { border-color: rgb(5,34,205); }

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