Html Css Color HEX #2F07C1 Medium Blue

📋 copy color: '#2F07C1'

red 47 ◦ green 7 ◦ blue 193

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

Shades of Medium Blue #2F07C1

Tints of Medium Blue #2F07C1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 19.03%
G = 2.83%
B = 78.14%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2F07C1 (or 0x2F07C1) is known color: Medium Blue. HEX triplet: 2F, 07 and C1. RGB value is (47,7,193). Sum of RGB (Red+Green+Blue) = 47+7+193=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 193 (75.78% from 255 or 78.14% from 247); Max value from RGB is 193 - color contains mainly: blue. Hex color #2F07C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F07C1 is #D0F83E. Grayscale: #272727. Windows color (decimal): -13695039 or 12650287. OLE color: 12650287.

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

Color convert

RGB 47 7 193 -
CMYK 0.76 0.96 0 0.24
HSL 252.9º 0.93% 0.39% -
HSV(B) 252.9º 0.96% 0.76% -
XYZ 10.87 4.61 50.77 -
YUV 40.16 214.25 132.88 -
System Red Green Blue C M Y K H S L
Decimal 47 7 193 0.76 0.96 0 0.24 252.9 0.93 0.39
Hex 2F 7 C1 4C 60 0 18 FD 5D 27
Octal 57 7 301 114 140 0 30 375 135 47
Binary 101111 111 11000001 1001100 1100000 0 11000 11111101 1011101 100111

Color Harmonies of #2F07C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F07C1

Black with #2F07C1

Text Example


Text Example

White with #2F07C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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