Html Css Color HEX #2F0CC1 Medium Blue

📋 copy color: '#2F0CC1'

red 47 ◦ green 12 ◦ blue 193

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

Shades of Medium Blue #2F0CC1

Tints of Medium Blue #2F0CC1

RGB

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

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

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

R = 18.65%
G = 4.76%
B = 76.59%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2F0CC1 (or 0x2F0CC1) is known color: Medium Blue. HEX triplet: 2F, 0C and C1. RGB value is (47,12,193). Sum of RGB (Red+Green+Blue) = 47+12+193=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 193 (75.78% from 255 or 76.59% from 252); Max value from RGB is 193 - color contains mainly: blue. Hex color #2F0CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0CC1 is #D0F33E. Grayscale: #2A2A2A. Windows color (decimal): -13693759 or 12651567. OLE color: 12651567.

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

Color convert

RGB 47 12 193 -
CMYK 0.76 0.94 0 0.24
HSL 251.6º 0.88% 0.4% -
HSV(B) 251.6º 0.94% 0.76% -
XYZ 10.93 4.72 50.79 -
YUV 43.1 212.6 130.78 -
System Red Green Blue C M Y K H S L
Decimal 47 12 193 0.76 0.94 0 0.24 251.6 0.88 0.4
Hex 2F C C1 4C 5E 0 18 FC 58 28
Octal 57 14 301 114 136 0 30 374 130 50
Binary 101111 1100 11000001 1001100 1011110 0 11000 11111100 1011000 101000

Color Harmonies of #2F0CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0CC1

Black with #2F0CC1

Text Example


Text Example

White with #2F0CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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