Html Css Color HEX #030CC1 Medium Blue

📋 copy color: '#030CC1'

red 3 ◦ green 12 ◦ blue 193

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

Shades of Medium Blue #030CC1

Tints of Medium Blue #030CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 92.79%

R = 1.44%
G = 5.77%
B = 92.79%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#030CC1 (or 0x030CC1) is known color: Medium Blue. HEX triplet: 03, 0C and C1. RGB value is (3,12,193). Sum of RGB (Red+Green+Blue) = 3+12+193=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 193 (75.78% from 255 or 92.79% from 208); Max value from RGB is 193 - color contains mainly: blue. Hex color #030CC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CC1 is #FCF33E. Grayscale: #1D1D1D. Windows color (decimal): -16577343 or 12651523. OLE color: 12651523.

HSL color Cylindrical-coordinate representation of color #030CC1: hue angle of 237.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030CC1 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 12 193 -
CMYK 0.98 0.94 0 0.24
HSL 237.16º 0.97% 0.38% -
HSV(B) 237.16º 0.98% 0.76% -
XYZ 9.79 4.13 50.73 -
YUV 29.94 220.02 108.78 -
System Red Green Blue C M Y K H S L
Decimal 3 12 193 0.98 0.94 0 0.24 237.16 0.97 0.38
Hex 3 C C1 62 5E 0 18 ED 61 26
Octal 3 14 301 142 136 0 30 355 141 46
Binary 11 1100 11000001 1100010 1011110 0 11000 11101101 1100001 100110

Color Harmonies of #030CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CC1

Black with #030CC1

Text Example


Text Example

White with #030CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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