Html Css Color HEX #0224DB Medium Blue

📋 copy color: '#0224DB'

red 2 ◦ green 36 ◦ blue 219

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

Shades of Medium Blue #0224DB

Tints of Medium Blue #0224DB

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

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

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

R = 0.78%
G = 14.01%
B = 85.21%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0224DB (or 0x0224DB) is known color: Medium Blue. HEX triplet: 02, 24 and DB. RGB value is (2,36,219). Sum of RGB (Red+Green+Blue) = 2+36+219=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #0224DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224DB is #FDDB24. Grayscale: #2D2D2D. Windows color (decimal): -16636709 or 14361602. OLE color: 14361602.

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

Color convert

RGB 2 36 219 -
CMYK 0.99 0.84 0 0.14
HSL 230.6º 0.98% 0.43% -
HSV(B) 230.6º 0.99% 0.86% -
XYZ 13.44 6.39 67.54 -
YUV 46.7 225.24 96.12 -
System Red Green Blue C M Y K H S L
Decimal 2 36 219 0.99 0.84 0 0.14 230.6 0.98 0.43
Hex 2 24 DB 63 54 0 E E7 62 2B
Octal 2 44 333 143 124 0 16 347 142 53
Binary 10 100100 11011011 1100011 1010100 0 1110 11100111 1100010 101011

Color Harmonies of #0224DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0224DB

Black with #0224DB

Text Example


Text Example

White with #0224DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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