Html Css Color HEX #030CDC Medium Blue

📋 copy color: '#030CDC'

red 3 ◦ green 12 ◦ blue 220

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

Shades of Medium Blue #030CDC

Tints of Medium Blue #030CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

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

R = 1.28%
G = 5.11%
B = 93.62%

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

#030CDC (or 0x030CDC) is known color: Medium Blue. HEX triplet: 03, 0C and DC. RGB value is (3,12,220). Sum of RGB (Red+Green+Blue) = 3+12+220=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 220 (86.33% from 255 or 93.62% from 235); Max value from RGB is 220 - color contains mainly: blue. Hex color #030CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CDC is #FCF323. Grayscale: #202020. Windows color (decimal): -16577316 or 14420995. OLE color: 14420995.

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

Color convert

RGB 3 12 220 -
CMYK 0.99 0.95 0 0.14
HSL 237.51º 0.97% 0.44% -
HSV(B) 237.51º 0.99% 0.86% -
XYZ 13.09 5.45 68.07 -
YUV 33.02 233.52 106.59 -
System Red Green Blue C M Y K H S L
Decimal 3 12 220 0.99 0.95 0 0.14 237.51 0.97 0.44
Hex 3 C DC 63 5F 0 E EE 61 2C
Octal 3 14 334 143 137 0 16 356 141 54
Binary 11 1100 11011100 1100011 1011111 0 1110 11101110 1100001 101100

Color Harmonies of #030CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CDC

Black with #030CDC

Text Example


Text Example

White with #030CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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