Html Css Color HEX #0427DC Medium Blue

📋 copy color: '#0427DC'

red 4 ◦ green 39 ◦ blue 220

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

Shades of Medium Blue #0427DC

Tints of Medium Blue #0427DC

RGB

 RED value IS 4 (1.95% from 255) = 1.52%

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 1.52%
G = 14.83%
B = 83.65%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0427DC (or 0x0427DC) is known color: Medium Blue. HEX triplet: 04, 27 and DC. RGB value is (4,39,220). Sum of RGB (Red+Green+Blue) = 4+39+220=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #0427DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0427DC is #FBD823. Grayscale: #303030. Windows color (decimal): -16504868 or 14427908. OLE color: 14427908.

HSL color Cylindrical-coordinate representation of color #0427DC: hue angle of 230.28º 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 #0427DC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 39 220 -
CMYK 0.98 0.82 0 0.14
HSL 230.28º 0.96% 0.44% -
HSV(B) 230.28º 0.98% 0.86% -
XYZ 13.69 6.64 68.27 -
YUV 49.17 224.4 95.78 -
System Red Green Blue C M Y K H S L
Decimal 4 39 220 0.98 0.82 0 0.14 230.28 0.96 0.44
Hex 4 27 DC 62 52 0 E E6 60 2C
Octal 4 47 334 142 122 0 16 346 140 54
Binary 100 100111 11011100 1100010 1010010 0 1110 11100110 1100000 101100

Color Harmonies of #0427DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0427DC

Black with #0427DC

Text Example


Text Example

White with #0427DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,39,220); }

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

background-color css

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

 a { background-color: rgb(4,39,220); }

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

border-color css

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

 span { border-color: rgb(4,39,220); }

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