Html Css Color HEX #030ADC Medium Blue

📋 copy color: '#030ADC'

red 3 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #030ADC

Tints of Medium Blue #030ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.29%

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

R = 1.29%
G = 4.29%
B = 94.42%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#030ADC (or 0x030ADC) is known color: Medium Blue. HEX triplet: 03, 0A and DC. RGB value is (3,10,220). Sum of RGB (Red+Green+Blue) = 3+10+220=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 220 (86.33% from 255 or 94.42% from 233); Max value from RGB is 220 - color contains mainly: blue. Hex color #030ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ADC is #FCF523. Grayscale: #1F1F1F. Windows color (decimal): -16577828 or 14420483. OLE color: 14420483.

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

Color convert

RGB 3 10 220 -
CMYK 0.99 0.95 0 0.14
HSL 238.06º 0.97% 0.44% -
HSV(B) 238.06º 0.99% 0.86% -
XYZ 13.06 5.4 68.06 -
YUV 31.85 234.18 107.42 -
System Red Green Blue C M Y K H S L
Decimal 3 10 220 0.99 0.95 0 0.14 238.06 0.97 0.44
Hex 3 A DC 63 5F 0 E EE 61 2C
Octal 3 12 334 143 137 0 16 356 141 54
Binary 11 1010 11011100 1100011 1011111 0 1110 11101110 1100001 101100

Color Harmonies of #030ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ADC

Black with #030ADC

Text Example


Text Example

White with #030ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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