Html Css Color HEX #2F0EC1 Medium Blue

📋 copy color: '#2F0EC1'

red 47 ◦ green 14 ◦ blue 193

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

Shades of Medium Blue #2F0EC1

Tints of Medium Blue #2F0EC1

RGB

 RED value IS 47 (18.75% from 255) = 18.5%

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

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

R = 18.5%
G = 5.51%
B = 75.98%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2F0EC1 (or 0x2F0EC1) is known color: Medium Blue. HEX triplet: 2F, 0E and C1. RGB value is (47,14,193). Sum of RGB (Red+Green+Blue) = 47+14+193=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #2F0EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0EC1 is #D0F13E. Grayscale: #2B2B2B. Windows color (decimal): -13693247 or 12652079. OLE color: 12652079.

HSL color Cylindrical-coordinate representation of color #2F0EC1: hue angle of 251.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0EC1 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 14 193 -
CMYK 0.76 0.93 0 0.24
HSL 251.06º 0.86% 0.41% -
HSV(B) 251.06º 0.93% 0.76% -
XYZ 10.95 4.77 50.8 -
YUV 44.27 211.93 129.95 -
System Red Green Blue C M Y K H S L
Decimal 47 14 193 0.76 0.93 0 0.24 251.06 0.86 0.41
Hex 2F E C1 4C 5D 0 18 FB 56 29
Octal 57 16 301 114 135 0 30 373 126 51
Binary 101111 1110 11000001 1001100 1011101 0 11000 11111011 1010110 101001

Color Harmonies of #2F0EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0EC1

Black with #2F0EC1

Text Example


Text Example

White with #2F0EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0EC1; }

 p { color: rgb(47,14,193); }

 H1.HeaderClassName
 {
   color: #2F0EC1;
 }
 .AnyTagClassName
 {
   color: #2F0EC1;
 }
</style>

background-color css

<style>
 a { background-color: #2F0EC1; }

 a { background-color: rgb(47,14,193); }

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

border-color css

<style>
 span { border-color: #2F0EC1; }

 span { border-color: rgb(47,14,193); }

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