Html Css Color HEX #0224DC Medium Blue

📋 copy color: '#0224DC'

red 2 ◦ green 36 ◦ blue 220

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

Shades of Medium Blue #0224DC

Tints of Medium Blue #0224DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 85.27%

R = 0.78%
G = 13.95%
B = 85.27%

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

#0224DC (or 0x0224DC) is known color: Medium Blue. HEX triplet: 02, 24 and DC. RGB value is (2,36,220). Sum of RGB (Red+Green+Blue) = 2+36+220=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #0224DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224DC is #FDDB23. Grayscale: #2E2E2E. Windows color (decimal): -16636708 or 14427138. OLE color: 14427138.

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

Color convert

RGB 2 36 220 -
CMYK 0.99 0.84 0 0.14
HSL 230.64º 0.98% 0.44% -
HSV(B) 230.64º 0.99% 0.86% -
XYZ 13.57 6.44 68.24 -
YUV 46.81 225.74 96.04 -
System Red Green Blue C M Y K H S L
Decimal 2 36 220 0.99 0.84 0 0.14 230.64 0.98 0.44
Hex 2 24 DC 63 54 0 E E7 62 2C
Octal 2 44 334 143 124 0 16 347 142 54
Binary 10 100100 11011100 1100011 1010100 0 1110 11100111 1100010 101100

Color Harmonies of #0224DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0224DC

Black with #0224DC

Text Example


Text Example

White with #0224DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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