Html Css Color HEX #2F05C5 Medium Blue

📋 copy color: '#2F05C5'

red 47 ◦ green 5 ◦ blue 197

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

Shades of Medium Blue #2F05C5

Tints of Medium Blue #2F05C5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 197 (77.34% from 255) = 79.12%

R = 18.88%
G = 2.01%
B = 79.12%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2F05C5 (or 0x2F05C5) is known color: Medium Blue. HEX triplet: 2F, 05 and C5. RGB value is (47,5,197). Sum of RGB (Red+Green+Blue) = 47+5+197=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 197 (77.34% from 255 or 79.12% from 249); Max value from RGB is 197 - color contains mainly: blue. Hex color #2F05C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F05C5 is #D0FA3A. Grayscale: #262626. Windows color (decimal): -13695547 or 12911919. OLE color: 12911919.

HSL color Cylindrical-coordinate representation of color #2F05C5: hue angle of 253.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F05C5 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 5 197 -
CMYK 0.76 0.97 0 0.23
HSL 253.13º 0.95% 0.4% -
HSV(B) 253.13º 0.97% 0.77% -
XYZ 11.3 4.74 53.14 -
YUV 39.45 216.91 133.39 -
System Red Green Blue C M Y K H S L
Decimal 47 5 197 0.76 0.97 0 0.23 253.13 0.95 0.4
Hex 2F 5 C5 4C 61 0 17 FD 5F 28
Octal 57 5 305 114 141 0 27 375 137 50
Binary 101111 101 11000101 1001100 1100001 0 10111 11111101 1011111 101000

Color Harmonies of #2F05C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F05C5

Black with #2F05C5

Text Example


Text Example

White with #2F05C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,5,197); }

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

background-color css

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

 a { background-color: rgb(47,5,197); }

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

border-color css

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

 span { border-color: rgb(47,5,197); }

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