Html Css Color HEX #2F00BE Medium Blue

📋 copy color: '#2F00BE'

red 47 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #2F00BE

Tints of Medium Blue #2F00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 19.83%
G = 0%
B = 80.17%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F00BE (or 0x2F00BE) is known color: Medium Blue. HEX triplet: 2F, 00 and BE. RGB value is (47,0,190). Sum of RGB (Red+Green+Blue) = 47+0+190=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00BE is #D0FF41. Grayscale: #232323. Windows color (decimal): -13696834 or 12451887. OLE color: 12451887.

HSL color Cylindrical-coordinate representation of color #2F00BE: hue angle of 254.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00BE is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 0 190 -
CMYK 0.75 1 0 0.25
HSL 254.84º 1% 0.37% -
HSV(B) 254.84º 1% 0.75% -
XYZ 10.47 4.32 49 -
YUV 35.71 215.07 136.05 -
System Red Green Blue C M Y K H S L
Decimal 47 0 190 0.75 1 0 0.25 254.84 1 0.37
Hex 2F 0 BE 4B 64 0 19 FF 64 25
Octal 57 0 276 113 144 0 31 377 144 45
Binary 101111 0 10111110 1001011 1100100 0 11001 11111111 1100100 100101

Color Harmonies of #2F00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F00BE

Black with #2F00BE

Text Example


Text Example

White with #2F00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,0,190); }

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

background-color css

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

 a { background-color: rgb(47,0,190); }

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

border-color css

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

 span { border-color: rgb(47,0,190); }

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