Html Css Color HEX #030EDC Medium Blue

📋 copy color: '#030EDC'

red 3 ◦ green 14 ◦ blue 220

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

Shades of Medium Blue #030EDC

Tints of Medium Blue #030EDC

RGB

 RED value IS 3 (1.56% from 255) = 1.27%

 GREEN value IS 14 (5.86% from 255) = 5.91%

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

R = 1.27%
G = 5.91%
B = 92.83%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#030EDC (or 0x030EDC) is known color: Medium Blue. HEX triplet: 03, 0E and DC. RGB value is (3,14,220). Sum of RGB (Red+Green+Blue) = 3+14+220=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 220 (86.33% from 255 or 92.83% from 237); Max value from RGB is 220 - color contains mainly: blue. Hex color #030EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EDC is #FCF123. Grayscale: #212121. Windows color (decimal): -16576804 or 14421507. OLE color: 14421507.

HSL color Cylindrical-coordinate representation of color #030EDC: hue angle of 236.96º degrees, saturation: 0.97, 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 #030EDC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 14 220 -
CMYK 0.99 0.94 0 0.14
HSL 236.96º 0.97% 0.44% -
HSV(B) 236.96º 0.99% 0.86% -
XYZ 13.11 5.5 68.08 -
YUV 34.2 232.86 105.75 -
System Red Green Blue C M Y K H S L
Decimal 3 14 220 0.99 0.94 0 0.14 236.96 0.97 0.44
Hex 3 E DC 63 5E 0 E ED 61 2C
Octal 3 16 334 143 136 0 16 355 141 54
Binary 11 1110 11011100 1100011 1011110 0 1110 11101101 1100001 101100

Color Harmonies of #030EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EDC

Black with #030EDC

Text Example


Text Example

White with #030EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030EDC; }

 p { color: rgb(3,14,220); }

 H1.HeaderClassName
 {
   color: #030EDC;
 }
 .AnyTagClassName
 {
   color: #030EDC;
 }
</style>

background-color css

<style>
 a { background-color: #030EDC; }

 a { background-color: rgb(3,14,220); }

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

border-color css

<style>
 span { border-color: #030EDC; }

 span { border-color: rgb(3,14,220); }

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