Html Css Color HEX #0522DD Medium Blue

📋 copy color: '#0522DD'

red 5 ◦ green 34 ◦ blue 221

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

Shades of Medium Blue #0522DD

Tints of Medium Blue #0522DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 85%

R = 1.92%
G = 13.08%
B = 85%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0522DD (or 0x0522DD) is known color: Medium Blue. HEX triplet: 05, 22 and DD. RGB value is (5,34,221). Sum of RGB (Red+Green+Blue) = 5+34+221=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 221 (86.72% from 255 or 85% from 260); Max value from RGB is 221 - color contains mainly: blue. Hex color #0522DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0522DD is #FADD22. Grayscale: #2D2D2D. Windows color (decimal): -16440611 or 14492165. OLE color: 14492165.

HSL color Cylindrical-coordinate representation of color #0522DD: hue angle of 231.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0522DD is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 34 221 -
CMYK 0.98 0.85 0 0.13
HSL 231.94º 0.96% 0.44% -
HSV(B) 231.94º 0.98% 0.87% -
XYZ 13.69 6.4 68.92 -
YUV 46.65 226.39 98.29 -
System Red Green Blue C M Y K H S L
Decimal 5 34 221 0.98 0.85 0 0.13 231.94 0.96 0.44
Hex 5 22 DD 62 55 0 D E8 60 2C
Octal 5 42 335 142 125 0 15 350 140 54
Binary 101 100010 11011101 1100010 1010101 0 1101 11101000 1100000 101100

Color Harmonies of #0522DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0522DD

Black with #0522DD

Text Example


Text Example

White with #0522DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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