Html Css Color HEX #0124DC Medium Blue

📋 copy color: '#0124DC'

red 1 ◦ green 36 ◦ blue 220

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

Shades of Medium Blue #0124DC

Tints of Medium Blue #0124DC

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

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

R = 0.39%
G = 14.01%
B = 85.6%

CMYK

 C value IS 1.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0124DC (or 0x0124DC) is known color: Medium Blue. HEX triplet: 01, 24 and DC. RGB value is (1,36,220). Sum of RGB (Red+Green+Blue) = 1+36+220=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #0124DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0124DC is #FEDB23. Grayscale: #2D2D2D. Windows color (decimal): -16702244 or 14427137. OLE color: 14427137.

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

Color convert

RGB 1 36 220 -
CMYK 1.00 0.84 0 0.14
HSL 230.41º 0.99% 0.43% -
HSV(B) 230.41º 1% 0.86% -
XYZ 13.56 6.44 68.24 -
YUV 46.51 225.9 95.54 -
System Red Green Blue C M Y K H S L
Decimal 1 36 220 1.00 0.84 0 0.14 230.41 0.99 0.43
Hex 1 24 DC 64 54 0 E E6 63 2B
Octal 1 44 334 144 124 0 16 346 143 53
Binary 1 100100 11011100 1100100 1010100 0 1110 11100110 1100011 101011

Color Harmonies of #0124DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0124DC

Black with #0124DC

Text Example


Text Example

White with #0124DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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