Html Css Color HEX #0524DB Medium Blue

📋 copy color: '#0524DB'

red 5 ◦ green 36 ◦ blue 219

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

Shades of Medium Blue #0524DB

Tints of Medium Blue #0524DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 219 (85.94% from 255) = 84.23%

R = 1.92%
G = 13.85%
B = 84.23%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0524DB (or 0x0524DB) is known color: Medium Blue. HEX triplet: 05, 24 and DB. RGB value is (5,36,219). Sum of RGB (Red+Green+Blue) = 5+36+219=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0524DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524DB is #FADB24. Grayscale: #2E2E2E. Windows color (decimal): -16440101 or 14361605. OLE color: 14361605.

HSL color Cylindrical-coordinate representation of color #0524DB: hue angle of 231.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0524DB is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 36 219 -
CMYK 0.98 0.84 0 0.14
HSL 231.31º 0.96% 0.44% -
HSV(B) 231.31º 0.98% 0.86% -
XYZ 13.48 6.41 67.54 -
YUV 47.59 224.73 97.62 -
System Red Green Blue C M Y K H S L
Decimal 5 36 219 0.98 0.84 0 0.14 231.31 0.96 0.44
Hex 5 24 DB 62 54 0 E E7 60 2C
Octal 5 44 333 142 124 0 16 347 140 54
Binary 101 100100 11011011 1100010 1010100 0 1110 11100111 1100000 101100

Color Harmonies of #0524DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524DB

Black with #0524DB

Text Example


Text Example

White with #0524DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0524DB; }

 p { color: rgb(5,36,219); }

 H1.HeaderClassName
 {
   color: #0524DB;
 }
 .AnyTagClassName
 {
   color: #0524DB;
 }
</style>

background-color css

<style>
 a { background-color: #0524DB; }

 a { background-color: rgb(5,36,219); }

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

border-color css

<style>
 span { border-color: #0524DB; }

 span { border-color: rgb(5,36,219); }

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