Html Css Color HEX #2F07BC Medium Blue

📋 copy color: '#2F07BC'

red 47 ◦ green 7 ◦ blue 188

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

Shades of Medium Blue #2F07BC

Tints of Medium Blue #2F07BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.69%

R = 19.42%
G = 2.89%
B = 77.69%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F07BC (or 0x2F07BC) is known color: Medium Blue. HEX triplet: 2F, 07 and BC. RGB value is (47,7,188). Sum of RGB (Red+Green+Blue) = 47+7+188=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F07BC is #D0F843. Grayscale: #262626. Windows color (decimal): -13695044 or 12322607. OLE color: 12322607.

HSL color Cylindrical-coordinate representation of color #2F07BC: hue angle of 253.26º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F07BC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 7 188 -
CMYK 0.75 0.96 0 0.26
HSL 253.26º 0.93% 0.38% -
HSV(B) 253.26º 0.96% 0.74% -
XYZ 10.33 4.39 47.88 -
YUV 39.59 211.75 133.28 -
System Red Green Blue C M Y K H S L
Decimal 47 7 188 0.75 0.96 0 0.26 253.26 0.93 0.38
Hex 2F 7 BC 4B 60 0 1A FD 5D 26
Octal 57 7 274 113 140 0 32 375 135 46
Binary 101111 111 10111100 1001011 1100000 0 11010 11111101 1011101 100110

Color Harmonies of #2F07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F07BC

Black with #2F07BC

Text Example


Text Example

White with #2F07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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